Skip to content

Commit ac06df9

Browse files
committed
Fix Typescript error
1 parent 61f44f8 commit ac06df9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/geojson-extension/src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import {
1313
IRenderMime
1414
} from '@jupyterlab/rendermime-interfaces';
1515

16-
import * as mapboxgl from 'mapbox-gl';
16+
import mapboxgl = require('mapbox-gl');
1717

1818
import 'leaflet/dist/leaflet.css';
1919

0 commit comments

Comments
 (0)