mirror of
https://github.com/jlengrand/leaflet-geosearch.git
synced 2026-03-10 08:31:26 +00:00
chore: use * import from leaflet (#285)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import L, { ControlPosition, FeatureGroup, MarkerOptions, Map } from 'leaflet';
|
||||
import * as L from 'leaflet'
|
||||
import { ControlPosition, FeatureGroup, MarkerOptions, Map } from 'leaflet';
|
||||
import SearchElement from './SearchElement';
|
||||
import ResultList from './resultList';
|
||||
import debounce from './lib/debounce';
|
||||
|
||||
Reference in New Issue
Block a user