Skip to content

Commit cefb65c

Browse files
try amend .ts causing package error
1 parent 8a933e4 commit cefb65c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/components/data-vis/map/Map.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
} from "./mapUtils.js";
2727
import NonStandardControls from "./NonStandardControls.svelte";
2828
29-
import { joinData } from "./dataJoin.ts";
29+
import { joinData } from "./dataJoin";
3030
3131
let {
3232
data,

0 commit comments

Comments
 (0)