import NotFoundPageView from "./NotFoundPageView";

export function NotFoundPage() {
  return <NotFoundPageView />;
}
