From cddd9c806a8a85e078a42d53f21552feff550a9b Mon Sep 17 00:00:00 2001 From: Hironsan Date: Tue, 9 Mar 2021 08:31:09 +0900 Subject: [PATCH] Move statistics charts --- .../{molecules/BarChart.vue => statistics/ChartBar.vue} | 0 .../DoughnutChart.vue => statistics/ChartDoughnut.vue} | 0 frontend/pages/projects/_id/statistics/index.vue | 4 ++-- 3 files changed, 2 insertions(+), 2 deletions(-) rename frontend/components/{molecules/BarChart.vue => statistics/ChartBar.vue} (100%) rename frontend/components/{molecules/DoughnutChart.vue => statistics/ChartDoughnut.vue} (100%) diff --git a/frontend/components/molecules/BarChart.vue b/frontend/components/statistics/ChartBar.vue similarity index 100% rename from frontend/components/molecules/BarChart.vue rename to frontend/components/statistics/ChartBar.vue diff --git a/frontend/components/molecules/DoughnutChart.vue b/frontend/components/statistics/ChartDoughnut.vue similarity index 100% rename from frontend/components/molecules/DoughnutChart.vue rename to frontend/components/statistics/ChartDoughnut.vue diff --git a/frontend/pages/projects/_id/statistics/index.vue b/frontend/pages/projects/_id/statistics/index.vue index b3f7f618..0a40191f 100644 --- a/frontend/pages/projects/_id/statistics/index.vue +++ b/frontend/pages/projects/_id/statistics/index.vue @@ -35,8 +35,8 @@