From 8fe9b7a0294c353b9274c97af9c9496e01afa96d Mon Sep 17 00:00:00 2001 From: Anton Tranelis Date: Wed, 8 Oct 2025 19:44:49 +0200 Subject: [PATCH] fix linting --- lib/src/Components/Map/Subcomponents/MapboxVectorTileLayer.tsx | 1 - lib/src/css.tsx | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/Components/Map/Subcomponents/MapboxVectorTileLayer.tsx b/lib/src/Components/Map/Subcomponents/MapboxVectorTileLayer.tsx index 7576e42c..9a140ada 100644 --- a/lib/src/Components/Map/Subcomponents/MapboxVectorTileLayer.tsx +++ b/lib/src/Components/Map/Subcomponents/MapboxVectorTileLayer.tsx @@ -4,7 +4,6 @@ import { useMap } from 'react-leaflet' import type { Map as MapboxMap } from 'mapbox-gl' import 'mapbox-gl-leaflet' -import 'mapbox-gl/dist/mapbox-gl.css' type MapboxGLLayer = L.Layer & { getMapboxMap: () => MapboxMap | undefined diff --git a/lib/src/css.tsx b/lib/src/css.tsx index 572f5e51..344d1eb4 100644 --- a/lib/src/css.tsx +++ b/lib/src/css.tsx @@ -4,6 +4,7 @@ import 'react-image-crop/dist/ReactCrop.css' import 'react-photo-album/rows.css' import 'react-toastify/dist/ReactToastify.css' import 'yet-another-react-lightbox/styles.css' +import 'mapbox-gl/dist/mapbox-gl.css' import '#assets/css/tailwind.css' import '#assets/css/masonry.css'