Skip to content

Commit

Permalink
fix(maps): fix #813
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Zhukov committed Mar 6, 2017
1 parent 1baa6d4 commit b414eaf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import {Component, ElementRef} from '@angular/core';

import 'leaflet-map';
import 'style-loader!./leafletMaps.scss';

@Component({
selector: 'leaflet-maps',
styleUrls: ['./leafletMaps.scss'],
templateUrl: './leafletMaps.html'
})
export class LeafletMaps {
Expand Down

0 comments on commit b414eaf

Please sign in to comment.