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[],