From 262ec5045dd743bdcae5fd9f147ed17a64a870f6 Mon Sep 17 00:00:00 2001 From: "MSI\\derek" Date: Thu, 3 Jul 2025 15:23:40 +0800 Subject: [PATCH] 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 = {};