This commit is contained in:
gpt-engineer-app[bot]
2025-12-19 16:37:01 +00:00
parent 461a14dfdc
commit cc7c330e83
13 changed files with 756 additions and 14 deletions

View File

@@ -23,6 +23,7 @@ import {
MoreHorizontal,
X,
Video,
Star,
} from 'lucide-react';
interface NavItem {
@@ -46,6 +47,7 @@ const adminNavItems: NavItem[] = [
{ label: 'Konsultasi', href: '/admin/consulting', icon: Video },
{ label: 'Order', href: '/admin/orders', icon: Receipt },
{ label: 'Member', href: '/admin/members', icon: Users },
{ label: 'Ulasan', href: '/admin/reviews', icon: Star },
{ label: 'Kalender', href: '/admin/events', icon: Calendar },
{ label: 'Pengaturan', href: '/admin/settings', icon: Settings },
];