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 = {};