From 262ec5045dd743bdcae5fd9f147ed17a64a870f6 Mon Sep 17 00:00:00 2001 From: "MSI\\derek" Date: Thu, 3 Jul 2025 15:23:40 +0800 Subject: [PATCH 1/2] update --- src/components/DashboardPage/DashboardPage.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/DashboardPage/DashboardPage.tsx b/src/components/DashboardPage/DashboardPage.tsx index dc50888..fed48de 100644 --- a/src/components/DashboardPage/DashboardPage.tsx +++ b/src/components/DashboardPage/DashboardPage.tsx @@ -6,8 +6,8 @@ import { TabsProps } from "@mui/material/Tabs"; import React, { useCallback, useEffect, useState } from "react"; import { useRouter } from "next/navigation"; import { Card, CardContent, CardHeader, Grid } from "@mui/material"; -import DashboardProgressChart from "../DashboardProgressChart/DashboardProgressChart"; -import DashboardLineChart from "../DashboardLineChart/DashboardLineChart"; +import DashboardProgressChart from "./DashboardProgressChart"; +import DashboardLineChart from "./DashboardLineChart"; type Props = {}; From 37166692442115bee7bf0942a3250e5777b6e0b2 Mon Sep 17 00:00:00 2001 From: "MSI\\derek" Date: Thu, 3 Jul 2025 16:04:21 +0800 Subject: [PATCH 2/2] update --- src/components/NavigationContent/NavigationContent.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/NavigationContent/NavigationContent.tsx b/src/components/NavigationContent/NavigationContent.tsx index afe3cc2..3fc03a1 100644 --- a/src/components/NavigationContent/NavigationContent.tsx +++ b/src/components/NavigationContent/NavigationContent.tsx @@ -52,7 +52,7 @@ const NavigationContent: React.FC = () => { { icon: , label: "Pick Order", - path: "/pickOrder", + path: "/pickorder", }, // { // icon: ,