import React from "react" export default function NotFoundPage(){ return( <div> <h1>HTTP Status 404 - Not Found</h1> </div> ) }