From b1918a9cccf989963f085766b6898784bfe44623 Mon Sep 17 00:00:00 2001 From: "cyril.tsui" Date: Mon, 7 Jul 2025 17:44:18 +0800 Subject: [PATCH] quick update --- src/components/DashboardPage/chart/PendingStorageChart.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/DashboardPage/chart/PendingStorageChart.tsx b/src/components/DashboardPage/chart/PendingStorageChart.tsx index e8f6253..15b153f 100644 --- a/src/components/DashboardPage/chart/PendingStorageChart.tsx +++ b/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 = () => {