chore(ui): remove unnecessary imports

feat/type-attributes
Tomáš Mládek 2023-01-08 14:00:22 +01:00
parent 984e148edb
commit 3493a68291
1 changed files with 0 additions and 1 deletions

View File

@ -11,7 +11,6 @@
import { query as queryFn } from "../lib/entity";
import AttributeView from "../components/AttributeView.svelte";
import { queryOnce } from "../lib/api";
import EntryList from "../components/widgets/EntryList.svelte";
import Gallery from "../components/widgets/Gallery.svelte";
import type { Widget } from "src/lib/types";
import { matchSorter } from "match-sorter";