Skip to content

Commit

Permalink
Fix issue bluehalo#156 by changing the order of imports in the directive
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin68 authored Nov 25, 2024
1 parent 91e2f21 commit 95a9818
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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';

Expand Down

0 comments on commit 95a9818

Please sign in to comment.