From 1ae5e9aeb4eecf7f80056b208b78f9f6fa2d3be8 Mon Sep 17 00:00:00 2001 From: ttmx Date: Mon, 16 Sep 2024 02:56:57 +0000 Subject: [PATCH] Fix build --- src/lib/mapStyle.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/mapStyle.ts b/src/lib/mapStyle.ts index 1b635bd..7bd2b48 100644 --- a/src/lib/mapStyle.ts +++ b/src/lib/mapStyle.ts @@ -1,7 +1,6 @@ // import oldStyle from '../../static/assets/old-style.json' import type { DataDrivenPropertyValueSpecification } from "maplibre-gl"; import { getCssVariable } from "./utils"; -import { base } from "$service-worker"; export function getMapStyle(): maplibregl.StyleSpecification { const primaryColorHsl = getCssVariable("--color-primary");