diff --git a/AGENTS.md b/AGENTS.md index f858ba9..b0ed4f0 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -298,13 +298,17 @@ export default gameLoop(setup, frame); ```jsx import { useState, useEffect } from "preact/hooks"; +import clsx from "clsx"; import styles from './app.module.css'; export function App() { const [count, setCount] = useState(0); + const isActive = true; return ( -
+

Count: {count}

+
+ )} + {currentStory && ( +
+