Skip to content

Commit 5c41682

Browse files
committed
fix: correct import path for Inspector component in Map.svelte
1 parent ab49532 commit 5c41682

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';
10+
import { Inspector } from './map/inspector.svelte.ts';
1111
1212
// --- Props --------------------------------------------------------------
1313
let {

0 commit comments

Comments
 (0)