



const NoPageView = () => {
    
   
    return <div>404 Page Not Found</div>;
};

export default NoPageView;