Skip to content

Commit f871658

Browse files
committed
fix: correct import path for Inspector component in Map.svelte
1 parent 9c3347f commit f871658

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/component/Map.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import { createBackgroundStyle, type BackgroundMap } from './map/style_background';
88
import { getTileSource } from './map/tile_source';
99
import { overlayStyles } from './map/style';
10-
import { Inspector } from './map/inspector.svelte.ts';
10+
import { Inspector } from './map/Inspector.svelte.ts';
1111
1212
// --- Props --------------------------------------------------------------
1313
let {

0 commit comments

Comments
 (0)