import { Card, CardBody } from "@heroui/card"; import { Link } from "@tanstack/react-router"; export function NotFound({ children }: { children?: any }) { return (
La página que buscas no existe.
window.history.back()} className="bg-emerald-500 text-white px-2 py-1 rounded uppercase font-black text-sm" > Volver Ir a inicio