import Navbar from "../components/Navbar"; function NotFound() { return (

Error 404: Page Not Found


Use the navbar at the top of the screen to go back to the website.
); } export default NotFound;