auth page added
This commit was merged in pull request #5.
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import React from 'react'
|
||||
import Forgetpwd from '../component/auth/Forgetpwd'
|
||||
import Forgetpwd2 from '../component/auth/Forgetpwd2'
|
||||
|
||||
export default function ForgetpwdPage() {
|
||||
return (
|
||||
<Forgetpwd />
|
||||
<Forgetpwd2 />
|
||||
)
|
||||
}
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
import React from 'react'
|
||||
import Login from '../component/auth/Login'
|
||||
import Login2 from '../component/auth/Login2'
|
||||
|
||||
export default function LoginPage() {
|
||||
return (
|
||||
<Login />
|
||||
<Login2 />
|
||||
)
|
||||
}
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
import React from 'react'
|
||||
import Signup from '../component/auth/Signup'
|
||||
import Signup2 from '../component/auth/Signup2'
|
||||
|
||||
export default function SignupPage() {
|
||||
return (
|
||||
<Signup />
|
||||
<Signup2 />
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user