import React, {Component} from 'react' class NotFound extends Component { render() { return (

404

Page not found

) } } export default NotFound