Update Nextjs

This commit is contained in:
adilallo
2026-01-26 08:09:31 -07:00
parent 5442114c85
commit 9e8b767128
53 changed files with 825 additions and 283 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
"use client";
import React, { memo } from "react";
import { memo } from "react";
import { usePathname } from "next/navigation";
import Logo from "./Logo";
import MenuBar from "./MenuBar";