Skip to content

Commit 52fcf64

Browse files
committed
chore: fix lint
1 parent d9722ed commit 52fcf64

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

web/src/components/ModSearchList.svelte

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
let hoveredRow = $state<string | null>(null);
33
import * as m from '$msg';
44
import type { ModRepoMetadata, ModMetadata } from 'mclib';
5-
import { slide } from 'svelte/transition';
65
76
let {
87
search_results = $bindable(),

0 commit comments

Comments
 (0)