import React, { Component } from 'react' class NotFound extends Component { public render() { return
Not found
} } export default NotFound