From 82699e5276c4ab1234c927a83c2be5487a00b82d Mon Sep 17 00:00:00 2001 From: Simon Larsen Date: Fri, 25 Oct 2024 07:52:46 +0100 Subject: [PATCH] Refactor DashboardChartComponent to remove unused imports and update file name --- .../{DashboardChartComponenta.ts => DashboardChartComponent.ts} | 0 Common/Utils/Dashboard/Components/DashboardChartComponent.ts | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename Common/Types/Dashboard/DashboardComponents/{DashboardChartComponenta.ts => DashboardChartComponent.ts} (100%) diff --git a/Common/Types/Dashboard/DashboardComponents/DashboardChartComponenta.ts b/Common/Types/Dashboard/DashboardComponents/DashboardChartComponent.ts similarity index 100% rename from Common/Types/Dashboard/DashboardComponents/DashboardChartComponenta.ts rename to Common/Types/Dashboard/DashboardComponents/DashboardChartComponent.ts diff --git a/Common/Utils/Dashboard/Components/DashboardChartComponent.ts b/Common/Utils/Dashboard/Components/DashboardChartComponent.ts index ed6828c714..babe68e35d 100644 --- a/Common/Utils/Dashboard/Components/DashboardChartComponent.ts +++ b/Common/Utils/Dashboard/Components/DashboardChartComponent.ts @@ -1,4 +1,4 @@ -import DashboardChartComponent from "../../../Types/Dashboard/DashboardComponents/DashboardChartComponenta"; +import DashboardChartComponent from "../../../Types/Dashboard/DashboardComponents/DashboardChartComponent"; import { ObjectType } from "../../../Types/JSON"; import ObjectID from "../../../Types/ObjectID"; import DashboardBaseComponentUtil from "./DashboardBaseComponent";