We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9722ed commit 52fcf64Copy full SHA for 52fcf64
web/src/components/ModSearchList.svelte
@@ -2,7 +2,6 @@
2
let hoveredRow = $state<string | null>(null);
3
import * as m from '$msg';
4
import type { ModRepoMetadata, ModMetadata } from 'mclib';
5
- import { slide } from 'svelte/transition';
6
7
let {
8
search_results = $bindable(),
0 commit comments