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