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

11 lines
196 B
TypeScript

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