From 77ba5702a6fb60f5515bb51d79a3214032578bdd Mon Sep 17 00:00:00 2001 From: AyrisAI Date: Fri, 15 May 2026 19:37:30 +0300 Subject: [PATCH] fix: remove incorrect next/use-pathname import --- app/admin/components/AdminNavItem.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/app/admin/components/AdminNavItem.tsx b/app/admin/components/AdminNavItem.tsx index 26c98d8..3db3175 100644 --- a/app/admin/components/AdminNavItem.tsx +++ b/app/admin/components/AdminNavItem.tsx @@ -1,7 +1,6 @@ 'use client'; import React from 'react'; -import Link from 'next/use-pathname'; import { usePathname } from 'next/navigation'; import NextLink from 'next/link';