fix: Overview route, add period selector back, prepare product CRUD routes

This commit is contained in:
dwindown
2025-11-05 00:20:12 +07:00
parent eecb34e968
commit 5166ac4bd3
3 changed files with 15 additions and 2 deletions

View File

@@ -49,7 +49,7 @@ function getStaticFallbackTree(): MainNode[] {
path: '/',
icon: 'layout-dashboard',
children: [
{ label: 'Overview', mode: 'spa', path: '/dashboard', exact: true },
{ label: 'Overview', mode: 'spa', path: '/', exact: true },
{ label: 'Revenue', mode: 'spa', path: '/dashboard/revenue' },
{ label: 'Orders', mode: 'spa', path: '/dashboard/orders' },
{ label: 'Products', mode: 'spa', path: '/dashboard/products' },