import React from 'react'; const NotFoundView = (props) => { return (
Page not found!
); }; export default NotFoundView;