Skip to content

Commit

Permalink
removed setChat
Browse files Browse the repository at this point in the history
  • Loading branch information
SyedMSawaid committed Oct 23, 2024
1 parent 8788bc4 commit 3c4f6ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { ChatOptions } from "./components";
import { ChatPage } from "./pages";

function App() {
const [chat, setChat] = useState(true);
const [chat] = useState(true);
return (
<>
<div>Mukalma</div>
Expand Down

0 comments on commit 3c4f6ae

Please sign in to comment.