added toast

This commit is contained in:
2025-10-29 14:30:06 -06:00
parent e12713648a
commit 3fd8415abd
7 changed files with 14 additions and 18 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import BarNavigation from "./BarNavigation";
import { usePathname } from "next/navigation";
function Header() {
const pathname = usePathname(); // obtenemos la ruta actual
const pathname = usePathname();
return (
<header className={header.header}>