1
0
mirror of https://github.com/immich-app/immich.git synced 2025-07-03 05:46:58 +02:00
Files
immich/web/src/lib/components/shared-components/leaflet/index.ts
Michel Heusschen b29c43d86a feat(web): bundle and 'sveltify' leaflet (#1998)
* feat(web): bundle and 'sveltify' leaflet

* lazy load leaflet components

* add correct icon sizes
2023-03-19 14:06:45 -05:00

4 lines
160 B
TypeScript

export { default as Map } from './map.svelte';
export { default as Marker } from './marker.svelte';
export { default as TileLayer } from './tile-layer.svelte';