Skip to content
This repository was archived by the owner on Nov 3, 2025. It is now read-only.

Commit b688d53

Browse files
committed
Remove unused
1 parent bbc9b5c commit b688d53

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/lib/navbar.svelte

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
return tabName === pageName ? "active" : "";
1111
};
1212
13-
import type { ComponentType } from "svelte";
14-
1513
const modules = import.meta.glob<Object>("../routes/games/*/+page.svelte", {
1614
eager: true,
1715
});

0 commit comments

Comments
 (0)