import React from "react"; const NotFound: React.FC = () => { return(

404 Not Found!

); }; export default NotFound;