Skip to content

Commit 963a62d

Browse files
committed
fix: Import of leaflet-providers (#205)
1 parent f9c33c3 commit 963a62d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/vsc-mini-map.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import 'leaflet-providers/leaflet-providers.js';
21
import L from 'leaflet';
2+
import 'leaflet-providers/leaflet-providers.js';
33
import mapstyle from 'leaflet/dist/leaflet.css';
44
import { css, CSSResultGroup, html, PropertyValues, TemplateResult, unsafeCSS } from 'lit';
55
import { customElement, property, state } from 'lit/decorators.js';

0 commit comments

Comments
 (0)