diff --git a/projects/ngx-leaflet-draw/src/lib/core/leaflet-draw.directive.ts b/projects/ngx-leaflet-draw/src/lib/core/leaflet-draw.directive.ts index e636c41..33fcb9a 100644 --- a/projects/ngx-leaflet-draw/src/lib/core/leaflet-draw.directive.ts +++ b/projects/ngx-leaflet-draw/src/lib/core/leaflet-draw.directive.ts @@ -1,7 +1,7 @@ import { Directive, EventEmitter, Input, NgZone, OnInit, Output } from '@angular/core'; -import { Control, Draw, DrawEvents, drawLocal } from 'leaflet'; import 'leaflet-draw'; +import { Control, Draw, DrawEvents, drawLocal } from 'leaflet'; import { LeafletDirective, LeafletDirectiveWrapper, LeafletUtil } from '@bluehalo/ngx-leaflet';