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