feat: add section logs
This commit is contained in:
@@ -14,6 +14,7 @@ import {
|
||||
ShoppingBagIcon,
|
||||
HomeIcon,
|
||||
CalculatorIcon,
|
||||
ChartBarIcon,
|
||||
Bars3Icon,
|
||||
XMarkIcon,
|
||||
} from '@heroicons/react/24/outline';
|
||||
@@ -25,6 +26,7 @@ const navItems = [
|
||||
{ href: '/admin/users', label: 'کاربران', Icon: UsersIcon },
|
||||
{ href: '/admin/purchases', label: 'خریدها', Icon: ShoppingBagIcon },
|
||||
{ href: '/admin/accounting', label: 'حسابداری', Icon: CalculatorIcon },
|
||||
{ href: '/admin/auth-analytics', label: 'ورود و پیامک', Icon: ChartBarIcon },
|
||||
{ href: '/admin/packages', label: 'پکیجها', Icon: CubeIcon },
|
||||
{ href: '/admin/products', label: 'محصولات', Icon: TagIcon },
|
||||
{ href: '/admin/reminders', label: 'یادآوریها', Icon: BellIcon },
|
||||
|
||||
Reference in New Issue
Block a user