feat: profit chart in statistics

This commit is contained in:
2024-11-15 15:19:14 +04:00
parent 90530f0530
commit 608a063369
22 changed files with 515 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ import {
IconBarcode,
IconBox,
IconBuildingWarehouse,
IconCash,
IconCash, IconChartDots,
IconDashboard,
IconFileBarcode,
IconHome2,
@@ -93,6 +93,11 @@ const mockdata = [
label: "Маркетплейсы",
href: "/marketplaces",
},
{
icon: IconChartDots,
label: "Статистика",
href: "/statistics",
}
];
export function Navbar() {