import BackHomeButton from './BackHomeButton' const NotFound = () => { return (

404

Page not found

); }; export default NotFound;