import React from 'react' function RouteNotFound() { return ( <div> Not Found </div> ) } export default RouteNotFound