fix linting

This commit is contained in:
Anton Tranelis 2025-10-08 19:44:49 +02:00
parent 92689ceabf
commit 8fe9b7a029
2 changed files with 1 additions and 1 deletions

View File

@ -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

View File

@ -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'