Files
commerce/pages/forgot-password.tsx
2021-10-04 09:14:58 +07:00

11 lines
182 B
TypeScript

import { FormForgot, Layout } from 'src/components/common'
export default function NotFound() {
return (
<div>
<FormForgot/>
</div>
)
}
NotFound.Layout = Layout