Refactor DashboardChartComponent to remove unused imports and update file name

This commit is contained in:
Simon Larsen 2024-10-25 07:52:46 +01:00
parent 54b95107c3
commit 82699e5276
No known key found for this signature in database
GPG Key ID: 96C5DCA24769DBCA
2 changed files with 1 additions and 1 deletions

View File

@ -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";