import React from "react" import { Page } from "../../components/page" import { Box, Typography } from "@mui/material" export function NotFoundPage() { return ( 404 Page Not Found ); }