diff --git a/webui/src/components/widgets/Table.svelte b/webui/src/components/widgets/Table.svelte index 9cef8a3..c0b8d5e 100644 --- a/webui/src/components/widgets/Table.svelte +++ b/webui/src/components/widgets/Table.svelte @@ -13,7 +13,6 @@ import { query } from "../../lib/entity"; import { Readable, readable } from "svelte/store"; import { defaultEntitySort, entityValueSort } from "../../util/sort"; - import { fetchAllAttributes } from "../../lib/api"; import { attributeLabels } from "../../util/labels"; const dispatch = createEventDispatcher();