From e3ac532a788b263a5b2d5f86fd0f8fa212ff9a69 Mon Sep 17 00:00:00 2001 From: NiclasNorin Date: Tue, 4 Mar 2025 16:10:12 +0100 Subject: [PATCH] chore: replace with package references --- source/js/types.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/js/types.d.ts b/source/js/types.d.ts index 6f7afdd..4cd8af3 100644 --- a/source/js/types.d.ts +++ b/source/js/types.d.ts @@ -1,4 +1,4 @@ -import { LatLngBoundsObject, LatLngObject } from "../OpenStreetMap/js/types"; +import { LatLngObject, LatLngBoundsObject } from "@helsingborg-stad/openstreetmap"; type SavedLayerGroup = { title: string;