import React from "react"; export const PageNotFoundPage = () => { return <>Page Not Found; };