Skip to content

Commit 7852388

Browse files
committed
chore: fmt
1 parent 0d09c70 commit 7852388

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/routes/explorer/+layout.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { onNavigate } from "$app/navigation"
44
import { cn } from "$lib/utilities/shadcn.ts"
55
import type { LayoutData } from "./$types.ts"
66
import Menu from "./(components)/menu.svelte"
7-
import StatsBar from "./(components)/stats-bar.svelte"
7+
import StatsBar from "./(components)/stats-bar.svelte"
88
import ExplorerBreadcrumbs from "$lib/components/explorer-breadcrumbs.svelte"
99
1010
export let data: LayoutData

0 commit comments

Comments
 (0)