last update

This commit is contained in:
Ehsan
2025-05-23 19:45:14 +03:30
parent dc118bc48b
commit 7dfad1847a
3 changed files with 71 additions and 31 deletions
-1
View File
@@ -8,7 +8,6 @@ import LayoutRegister from "./LayoutRegister";
function RegisterPage({ matchedCity }) {
const [isSendMsg, setIsSendMsg] = useState(false);
const [num, setNum] = useState("");
console.log(num);
return (
<LayoutRegister matchedCity={matchedCity}>