modal page home set state

This commit is contained in:
Ehsan
2024-06-25 11:21:17 +03:30
parent 2017cc2e5a
commit 4c0d308302
12 changed files with 214 additions and 27 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import { useState } from 'react';
function SignIn() {
const [isSendMsg, setIsSendMsg] = useState(true);
const [isSendMsg, setIsSendMsg] = useState(false);
return (
<div>