import React, { Component } from 'react'; const NotFound = () => { return (

404

); } export default NotFound;