import React from 'react'; import { Link } from 'react-router-dom'; import ApplyToBody from './utilities/apply-to-body'; const NotFound = props => { return ( <>

Page Not Found


Return Home
); }; export default NotFound;