design page booking & add page loginverify

This commit is contained in:
Ehsan
2024-08-25 17:50:20 +03:30
parent 92e48cadd3
commit 31ed32fc21
22 changed files with 5760 additions and 69 deletions
+7
View File
@@ -0,0 +1,7 @@
function LoginVerifyPage() {
return (
<div>LoginVerifyPage</div>
)
}
export default LoginVerifyPage