refactor components/navigation
This commit is contained in:
parent
2510e0bcae
commit
8dc8133520
@ -1,6 +1,6 @@
|
||||
'use client';
|
||||
|
||||
import { NavButton } from './components/nav-button';
|
||||
import { NavButton } from './nav-button';
|
||||
import { BookOpen, Newspaper, PlusCircle, User, Users } from 'lucide-react';
|
||||
import { usePathname } from 'next/navigation';
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
'use client';
|
||||
|
||||
import { BackButton } from './components/back-button';
|
||||
import { BackButton } from './back-button';
|
||||
|
||||
type Props = { title: string | undefined };
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user