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

Not Found

); }; export default NotFound;