Improve code

This commit is contained in:
Fawad Mirzad
2021-02-13 19:16:09 +01:00
parent 402a03b842
commit 01eee58476
2 changed files with 4 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
import lazy from './utils/lazyValue'
import { loadGMapApi } from './manager'
import { loadGMapApi } from './load-google-maps'
import { createApp } from 'vue'
import Marker from './components/marker'
import Polyline from './components/polyline'