Fix build

This commit is contained in:
James Lyne 2021-09-01 17:47:29 +01:00
parent 661d0ca8fa
commit eb7d31669f

View File

@ -14,7 +14,7 @@
* limitations under the License.
*/
import {LatLng, MarkerOptions, Marker, Util} from 'leaflet';
import {LatLng, MarkerOptions, Marker, Map, Util} from 'leaflet';
import {PlayerIcon} from "@/leaflet/icon/PlayerIcon";
import {LiveAtlasPlayer} from "@/index";
import {watch} from "@vue/runtime-core";