feat(country-province-city): add, edit functionality
This commit is contained in:
@@ -7,7 +7,9 @@ import {
|
||||
Menu,
|
||||
X,
|
||||
Users,
|
||||
Shield
|
||||
Shield,
|
||||
DollarSign,
|
||||
MapPin
|
||||
} from 'lucide-react';
|
||||
|
||||
const Sidebar = ({ isOpen, onToggle }) => {
|
||||
@@ -16,6 +18,8 @@ const Sidebar = ({ isOpen, onToggle }) => {
|
||||
{ name: 'Transactions', href: '/transactions', icon: CreditCard },
|
||||
{ name: 'Roles', href: '/roles', icon: Shield },
|
||||
{ name: 'Users', href: '/users', icon: Users },
|
||||
{ name: 'Currency', href: '/currency', icon: DollarSign },
|
||||
{ name: 'Location', href: '/location', icon: MapPin },
|
||||
{ name: 'Settings', href: '/settings', icon: Settings },
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user