feat: remove unused admin dashboard components and icons for cleanup

This commit is contained in:
Ardeman
2025-03-07 17:31:30 +08:00
parent c91fe48eb9
commit a7bae3ea43
14 changed files with 5 additions and 465 deletions
-12
View File
@@ -5,8 +5,6 @@ import { ChartIcon } from '~/components/icons/chart'
import { ChatIcon } from '~/components/icons/chat'
import { DocumentIcon } from '~/components/icons/document'
import { MedicalNotesIcon } from '~/components/icons/medical-notes'
import { ProfileIcon } from '~/components/icons/profile'
import { SettingIcon } from '~/components/icons/setting'
type TMenu = {
group: string
@@ -61,16 +59,6 @@ export const MENU: TMenu[] = [
url: '/lg-admin/tags',
icon: TagIcon,
},
{
title: 'Pengaturan',
url: '/lg-admin/settings',
icon: SettingIcon,
},
{
title: 'Admin',
url: '/lg-admin/admins',
icon: ProfileIcon,
},
],
},
]