import React from 'react'; const NotFound = () => { return (

Page Not Found

Sorry, this page does not exist

); }; export default NotFound;