Skip to content

Commit 76d6c29

Browse files
committed
fix(Map): Fix locale import
1 parent 137fff8 commit 76d6c29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/src/maplibre/Map/Map.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import { createMapContext, MapContext } from '../context.svelte.js';
99
import { type Location } from '../types';
1010
import FallbackStyle from './FallbackStyle';
11-
import { de } from './locale.ts';
11+
import { de } from './locale';
1212
1313
interface MapProps {
1414
style?: StyleSpecification | string;

0 commit comments

Comments
 (0)