import React from "react"; const NoPageView = () => { return
404 Page Not Found
; }; export default NoPageView;