import { Link } from "@tanstack/react-router" export function NotFound({ children }: { children?: any }) { return (
The page you are looking for does not exist.
window.history.back()} className="rounded bg-emerald-500 px-2 py-1 text-sm font-black uppercase text-white" > Go back Start Over