design page booking & add page loginverify
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user