1
0
mirror of https://github.com/immich-app/immich.git synced 2025-07-04 05:50:38 +02:00

feat(web): bundle and 'sveltify' leaflet (#1998)

* feat(web): bundle and 'sveltify' leaflet

* lazy load leaflet components

* add correct icon sizes
This commit is contained in:
Michel Heusschen
2023-03-19 20:06:45 +01:00
committed by GitHub
parent 7ce64ecf05
commit b29c43d86a
6 changed files with 143 additions and 53 deletions

View File

@ -0,0 +1,3 @@
export { default as Map } from './map.svelte';
export { default as Marker } from './marker.svelte';
export { default as TileLayer } from './tile-layer.svelte';