feat(backoffice): slicing backoffice dimentorin - session management

This commit is contained in:
euxzy
2025-08-18 16:20:31 +07:00
parent 4518a556ad
commit 7dfe69659b
2 changed files with 163 additions and 0 deletions
@@ -23,6 +23,7 @@ const MENUS = [
{ label: 'Validasi Transaksi', href: '/transactions', icon: <AuditOutlined className="text-[20px]" /> },
{ label: 'Data Pengiriman Hadiah', href: '/prizes', icon: <InboxOutlined className="text-[20px]" /> },
{ label: 'User - Dimentorin', href: '/users-dimentorin', icon: <UserSwitchOutlined className="text-[20px]" /> },
{ label: 'Session - Dimentorin', href: '/session-dimentorin', icon: <UserSwitchOutlined className="text-[20px]" /> },
]
export const BackofficeSidebar: FC = (): ReactElement => {