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() { export default function ForgotPassword() {
// return ( return (
// <ForgotPasswordPage /> <h1>Forgot Passwoord</h1>
// ) )
// } }
// import VerifyOTPPage from '@/components/pages/auth/VerifyOtp' // import VerifyOTPPage from '@/components/pages/auth/VerifyOtp'
// import React from 'react' import React from 'react'
// export default function VerifyOTP() { export default function VerifyOTP() {
// return ( return (
// <VerifyOTPPage /> <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