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 0d09c70 commit 7852388Copy full SHA for 7852388
app/src/routes/explorer/+layout.svelte
@@ -4,7 +4,7 @@ import { onNavigate } from "$app/navigation"
4
import { cn } from "$lib/utilities/shadcn.ts"
5
import type { LayoutData } from "./$types.ts"
6
import Menu from "./(components)/menu.svelte"
7
-import StatsBar from "./(components)/stats-bar.svelte"
+import StatsBar from "./(components)/stats-bar.svelte"
8
import ExplorerBreadcrumbs from "$lib/components/explorer-breadcrumbs.svelte"
9
10
export let data: LayoutData
0 commit comments