import { Layout } from "src/components/common" export default function NotFound() { return (
The requested page doesn't exist or you don't have access to it.
) } NotFound.Layout = Layout