Commit ef10ad4b by Arjun Jhukal

updated the minor changes

parent 66776795
// import ForgotPasswordPage from '@/components/pages/auth/forgotPassword'
// import React from 'react'
import React from 'react'
// export default function ForgotPassword() {
// return (
// <ForgotPasswordPage />
// )
// }
export default function ForgotPassword() {
return (
<h1>Forgot Passwoord</h1>
)
}
// import VerifyOTPPage from '@/components/pages/auth/VerifyOtp'
// import React from 'react'
import React from 'react'
// export default function VerifyOTP() {
// return (
// <VerifyOTPPage />
// )
// }
export default function VerifyOTP() {
return (
<h1>Verify OTP</h1>
)
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment