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
+13
View File
@@ -0,0 +1,13 @@
import Layout from '@/components/layout'
import LoginVerifyPage from '@/components/loginVerify'
import React from 'react'
function LoginVerify() {
return (
<Layout title='وبلاگ ها' name='blogs'>
<LoginVerifyPage />
</Layout>
)
}
export default LoginVerify