diff --git a/src/app/components/Gnb/Gnb.tsx b/src/app/components/Gnb/Gnb.tsx index a1fcb93e..e422d513 100644 --- a/src/app/components/Gnb/Gnb.tsx +++ b/src/app/components/Gnb/Gnb.tsx @@ -4,6 +4,7 @@ import { Logo } from '@/public/images'; import Link from 'next/link'; import { usePathname } from 'next/navigation'; import UserStatus from './UserStatus'; +import TopTab from '../Tab/TopTab'; //@todo pathname 정해질 시 추가 예정 const navList = [ @@ -34,11 +35,10 @@ const Gnb = () => {