diff --git a/src/client/GamePage.tsx b/src/client/GamePage.tsx index 014332e..62754a0 100644 --- a/src/client/GamePage.tsx +++ b/src/client/GamePage.tsx @@ -17,7 +17,7 @@ type Game = { export const GamePage = () => { const { author, slug } = useParams(); - const [text, setText] = useState(""); + // const [text, setText] = useState(""); const [prevGpio, setPrevGpio] = useState(null); const [searchParams, setSearchParams] = useSearchParams(); const room = searchParams.get("room");