fix: remove incorrect next/use-pathname import

This commit is contained in:
AyrisAI
2026-05-15 19:37:30 +03:00
parent bdf9dc5a78
commit 77ba5702a6

View File

@@ -1,7 +1,6 @@
'use client'; 'use client';
import React from 'react'; import React from 'react';
import Link from 'next/use-pathname';
import { usePathname } from 'next/navigation'; import { usePathname } from 'next/navigation';
import NextLink from 'next/link'; import NextLink from 'next/link';