|
@@ -6,8 +6,8 @@ import { TabsProps } from "@mui/material/Tabs"; |
|
|
import React, { useCallback, useEffect, useState } from "react"; |
|
|
import React, { useCallback, useEffect, useState } from "react"; |
|
|
import { useRouter } from "next/navigation"; |
|
|
import { useRouter } from "next/navigation"; |
|
|
import { Card, CardContent, CardHeader, Grid } from "@mui/material"; |
|
|
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 = {}; |
|
|
type Props = {}; |
|
|
|
|
|
|
|
|