last update

This commit is contained in:
Ehsan
2025-05-23 18:06:48 +03:30
parent 378a42436b
commit 660117f6e8
4 changed files with 14 additions and 7 deletions
+1
View File
@@ -8,6 +8,7 @@ import LayoutRegister from "./LayoutRegister";
function RegisterPage({ matchedCity }) {
const [isSendMsg, setIsSendMsg] = useState(false);
const [num, setNum] = useState("");
console.log(num);
return (
<LayoutRegister matchedCity={matchedCity}>