feat(backoffice): slicing backoffice dimentorin - feedback & review

This commit is contained in:
euxzy
2025-08-20 08:47:19 +07:00
parent aedb96ad33
commit 1b150a7a3b
2 changed files with 183 additions and 0 deletions
@@ -2,6 +2,7 @@ import {
AppstoreOutlined,
AuditOutlined,
BookOutlined,
CommentOutlined,
InboxOutlined,
LogoutOutlined,
ReloadOutlined,
@@ -28,6 +29,7 @@ const MENUS = [
{ label: 'User - Dimentorin', href: '/users-dimentorin', icon: <UserSwitchOutlined className="text-[20px]" /> },
{ label: 'Session - Dimentorin', href: '/session-dimentorin', icon: <ScheduleOutlined className="text-[20px]" /> },
{ label: 'Content & Roadmap', href: '/roadmap-dimentorin', icon: <BookOutlined className="text-[20px]" /> },
{ label: 'Feedback & Review', href: '/feedback-review-dimentorin', icon: <CommentOutlined className="text-[20px]" /> },
{ label: 'Settings - Dimentorin', href: '/settings-dimentorin', icon: <SettingOutlined className="text-[20px]" /> },
]