From c94ec83986b5e4a3283ba696b00eb7e02461a6a1 Mon Sep 17 00:00:00 2001 From: gahusb Date: Sat, 2 May 2026 09:07:56 +0900 Subject: [PATCH] =?UTF-8?q?feat(admin):=20AdminSidebar=EC=97=90=20"?= =?UTF-8?q?=ED=8C=A9=20=EC=9E=90=EB=A3=8C"=20=EB=A9=94=EB=89=B4=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.7 (1M context) --- app/admin/components/AdminSidebar.tsx | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/app/admin/components/AdminSidebar.tsx b/app/admin/components/AdminSidebar.tsx index de81822..5059f8e 100644 --- a/app/admin/components/AdminSidebar.tsx +++ b/app/admin/components/AdminSidebar.tsx @@ -68,6 +68,16 @@ const NAV_ITEMS = [ ), }, + { + href: '/admin/packs', + label: '팩 자료', + icon: ( + + + + ), + }, { href: '/admin/questionnaire', label: '질문지 응답',