chore(phase1): admin/packs 레거시 페이지 제거 (API는 products·mypage 공유로 유지)

- DELETE: app/admin/packs 페이지 디렉토리 전체 제거
- MODIFY: AdminSidebar.tsx에서 '팩 자료' 네비게이션 항목 제거
- VERIFY: /api/admin/packs API 엔드포인트는 유지 (products·mypage 공유)
- VERIFY: npm test (4 passed) + npm run build (success, no errors)

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-07-02 15:32:05 +09:00
parent a85758566a
commit d5f194e7b1
2 changed files with 0 additions and 267 deletions

View File

@@ -76,16 +76,6 @@ const NAV_ITEMS = [
</svg>
),
},
{
href: '/admin/packs',
label: '팩 자료',
icon: (
<svg className="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2}
d="M20 7l-8-4-8 4m16 0l-8 4m8-4v10l-8 4m0-10L4 7m8 4v10M4 7v10l8 4" />
</svg>
),
},
{
href: '/admin/marketing',
label: '광고 관리',