스킬 정리 및 리팩토링
This commit is contained in:
@@ -6,8 +6,6 @@ import {
|
||||
ChevronLeft,
|
||||
Home,
|
||||
Settings,
|
||||
User,
|
||||
Wallet,
|
||||
} from "lucide-react";
|
||||
import Link from "next/link";
|
||||
import { usePathname } from "next/navigation";
|
||||
@@ -31,20 +29,6 @@ const MENU_ITEMS: MenuItem[] = [
|
||||
badge: "LIVE",
|
||||
showInBottomNav: true,
|
||||
},
|
||||
{
|
||||
title: "자산현황",
|
||||
href: "/assets",
|
||||
icon: Wallet,
|
||||
variant: "ghost",
|
||||
showInBottomNav: true,
|
||||
},
|
||||
{
|
||||
title: "프로필",
|
||||
href: "/profile",
|
||||
icon: User,
|
||||
variant: "ghost",
|
||||
showInBottomNav: false,
|
||||
},
|
||||
{
|
||||
title: "설정",
|
||||
href: "/settings",
|
||||
|
||||
Reference in New Issue
Block a user