Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
dokempf committed Sep 24, 2024
1 parent efb80c5 commit 321ea88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/logic/TitleDisplay.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import { bestLanguage } from "../../lib/l10n";
import { appLanguageStore, dataLanguagesStore, easydbInstanceDataStore } from "../../lib/stores";
import { Breadcrumb, BreadcrumbItem, Card, P } from "flowbite-svelte";
import { Breadcrumb, BreadcrumbItem } from "flowbite-svelte";
import StandardRendering from "./StandardRendering.svelte";
Expand Down

0 comments on commit 321ea88

Please sign in to comment.