Explorar el Código

quick update

master
cyril.tsui hace 1 mes
padre
commit
b1918a9ccc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/components/DashboardPage/chart/PendingStorageChart.tsx

+ 1
- 1
src/components/DashboardPage/chart/PendingStorageChart.tsx Ver fichero

@@ -1,7 +1,7 @@
"use client"
import React from "react";
import dynamic from "next/dynamic";
import { useTranslation } from "node_modules/react-i18next";
import { useTranslation } from "react-i18next";
const ApexCharts = dynamic(() => import("react-apexcharts"), { ssr: false });

const PendingStorageChart: React.FC = () => {


Cargando…
Cancelar
Guardar