mirror of
https://github.com/vercel/commerce.git
synced 2025-07-26 11:41:23 +00:00
New Text Component, new pages
This commit is contained in:
13
pages/forgot-password.tsx
Normal file
13
pages/forgot-password.tsx
Normal file
@@ -0,0 +1,13 @@
|
||||
import { Layout } from '@components/core'
|
||||
import { Container } from '@components/ui'
|
||||
|
||||
export default function ForgotPassword() {
|
||||
return (
|
||||
<Container>
|
||||
<h2>Forgot Password</h2>
|
||||
<p></p>
|
||||
</Container>
|
||||
)
|
||||
}
|
||||
|
||||
ForgotPassword.Layout = Layout
|
Reference in New Issue
Block a user