Skip to content

Commit 24337a3

Browse files
committed
refactor: remove unnecessary .js from source file import
1 parent 474fa6e commit 24337a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/FlatGeobuf.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import { onDestroy } from 'svelte';
88
99
import MapLibreGeoJSON from './GeoJSON.svelte';
10-
import { addSource, removeSource } from './source.js';
10+
import { addSource, removeSource } from './source';
1111
import { getId, updatedSourceContext } from './context';
1212
import { flatgeobufToGeoJson, filterGeomsCentroidsWithin } from './flatgeobuf';
1313

0 commit comments

Comments
 (0)