From 22a1511aeae457dc6b06511230b1031d1542406c Mon Sep 17 00:00:00 2001 From: cneben Date: Sun, 14 Jul 2024 23:46:49 +0200 Subject: [PATCH] WIP --- src/components/Map.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Map.tsx b/src/components/Map.tsx index f90127f..b5afb7f 100644 --- a/src/components/Map.tsx +++ b/src/components/Map.tsx @@ -1,6 +1,6 @@ /** @jsxImportSource @emotion/react */ import { useRef, useEffect, useState } from "react"; -import maplibregl, {MapEventType} from "maplibre-gl"; +import maplibregl from "maplibre-gl"; import "maplibre-gl/dist/maplibre-gl.css"; import { StyleSpecification, SourceSpecification, VectorSourceSpecification } from '@maplibre/maplibre-gl-style-spec';