Skip to content

Commit

Permalink
fix CI.
Browse files Browse the repository at this point in the history
remove unused imports
  • Loading branch information
mikkeldenker committed Mar 13, 2024
1 parent 5ce97ab commit 3ec66c1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions frontend/src/routes/search/Result.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,9 @@
summariesStore,
markPagesWithAdsStore,
markPagesWithPaywallStore,
resultsInNewTab,
} from '$lib/stores';
import Summary from './Summary.svelte';
import { derived } from 'svelte/store';
import { improvements } from '$lib/improvements';
import TextSnippet from '$lib/components/TextSnippet.svelte';
import StackOverflowSnippet from './StackOverflowSnippet.svelte';
import ResultLink from './ResultLink.svelte';
Expand Down
1 change: 0 additions & 1 deletion frontend/src/routes/search/ThesaurusWidgetMeaning.svelte
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<script lang="ts">
import type { WordMeaning } from '$lib/api';
import ResultLink from './ResultLink.svelte';
export let meaning: WordMeaning;
</script>
Expand Down

1 comment on commit 3ec66c1

@lamemakes
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ahhh my bad

Please sign in to comment.