import ROUTE_CONSTANTS from "../types/routes"; export default function NotFound() { return (

404

This page could not be found!

Back Home
); }