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