Explorar el Código

update

master
MSI\derek hace 1 mes
padre
commit
262ec5045d
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      src/components/DashboardPage/DashboardPage.tsx

+ 2
- 2
src/components/DashboardPage/DashboardPage.tsx Ver fichero

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



Cargando…
Cancelar
Guardar