const NotFoundPage: React.FC = () => { return (

404

Page not found

); }; export default NotFoundPage;