From cc16901ae2baaac57b6838ffd39d9948d1404673 Mon Sep 17 00:00:00 2001 From: "MSI\\derek" Date: Thu, 3 Jul 2025 15:20:09 +0800 Subject: [PATCH] update --- .../{DashboardLineChart => DashboardPage}/DashboardLineChart.tsx | 0 .../DashboardProgressChart.tsx | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename src/components/{DashboardLineChart => DashboardPage}/DashboardLineChart.tsx (100%) rename src/components/{DashboardProgressChart => DashboardPage}/DashboardProgressChart.tsx (100%) diff --git a/src/components/DashboardLineChart/DashboardLineChart.tsx b/src/components/DashboardPage/DashboardLineChart.tsx similarity index 100% rename from src/components/DashboardLineChart/DashboardLineChart.tsx rename to src/components/DashboardPage/DashboardLineChart.tsx diff --git a/src/components/DashboardProgressChart/DashboardProgressChart.tsx b/src/components/DashboardPage/DashboardProgressChart.tsx similarity index 100% rename from src/components/DashboardProgressChart/DashboardProgressChart.tsx rename to src/components/DashboardPage/DashboardProgressChart.tsx