diff --git a/src/App.tsx b/src/App.tsx index e32eb08..61659b6 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -3,7 +3,7 @@ import { ChatOptions } from "./components"; import { ChatPage } from "./pages"; function App() { - const [chat, setChat] = useState(true); + const [chat] = useState(true); return ( <>