From 4be304dfccf6f512ea8aa12a5b0927ca0e1aa574 Mon Sep 17 00:00:00 2001 From: Nick A Date: Tue, 29 Oct 2024 13:31:38 -0400 Subject: [PATCH] updated imports --- compass/components/Table/ServiceTable.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/compass/components/Table/ServiceTable.tsx b/compass/components/Table/ServiceTable.tsx index 0904e08..bc71818 100644 --- a/compass/components/Table/ServiceTable.tsx +++ b/compass/components/Table/ServiceTable.tsx @@ -6,7 +6,6 @@ import Table from "@/components/Table/Table"; import { RowOpenAction } from "@/components/Table/RowOpenAction"; import TagsInput from "@/components/TagsInput/Index"; import Service from "@/utils/models/Service"; -import DataPoint from "@/utils/models/DataPoint"; type ServiceTableProps = { data: Service[],