feat(merchant): premium UI redesign of Reports, Inventory, Stocks, Settings, and Team Access views
This commit is contained in:
@@ -9,7 +9,8 @@ import {
|
||||
Store,
|
||||
Layers,
|
||||
ShoppingBag,
|
||||
Settings
|
||||
Settings,
|
||||
TrendingUp
|
||||
} from 'lucide-react';
|
||||
import { MainSection } from '../types';
|
||||
|
||||
@@ -33,6 +34,7 @@ export default function Sidebar({
|
||||
{ id: 'dashboard' as MainSection, label: 'Dashboard', icon: LayoutDashboard },
|
||||
{ id: 'stores' as MainSection, label: 'Stores', icon: Store },
|
||||
{ id: 'inventory' as MainSection, label: 'Product Catalog', icon: Layers },
|
||||
{ id: 'reports' as MainSection, label: 'Reports', icon: TrendingUp },
|
||||
{ id: 'settings' as MainSection, label: 'Settings', icon: Settings }
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user