import React from 'react' const NotFound = () => ( <div> <h1>APP ROUTER - 404 PAGE</h1> <p>This page is using the APP ROUTER</p> </div> ) export default NotFound