fix: removed client-side Link from server components
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
'use client';
|
||||
import Link from 'next/link';
|
||||
import { usePathname } from 'next/navigation';
|
||||
import { CustomLink } from './customLink';
|
||||
|
||||
Reference in New Issue
Block a user