瀏覽代碼

update

master
MSI\derek 1 月之前
父節點
當前提交
262ec5045d
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. +2
    -2
      src/components/DashboardPage/DashboardPage.tsx

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



Loading…
取消
儲存