mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-09-02 16:52:31 +00:00
5 lines
132 B
TypeScript
5 lines
132 B
TypeScript
![]() |
import { writable } from 'svelte/store';
|
||
|
|
||
|
import mapboxgl from 'mapbox-gl';
|
||
|
|
||
|
export const map = writable<mapboxgl.Map | null>(null);
|