瀏覽代碼

quick update

master
cyril.tsui 1 月之前
父節點
當前提交
b1918a9ccc
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/components/DashboardPage/chart/PendingStorageChart.tsx

+ 1
- 1
src/components/DashboardPage/chart/PendingStorageChart.tsx 查看文件

@@ -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 = () => {


Loading…
取消
儲存