import { NotFound } from "./notFound" export const PageNotFound = () => { return (
) }