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="bg-emerald-500 text-white px-2 py-1 rounded uppercase font-black text-sm" > Go back Start Over