We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4af7738 commit 71a00eaCopy full SHA for 71a00ea
src/components/MapLibreMap/MapLibreMap.stories.tsx
@@ -5,7 +5,7 @@ import MlGeoJsonLayer from '../MlGeoJsonLayer/MlGeoJsonLayer';
5
import { Button } from '@mui/material';
6
import TopToolbar from '../../ui_components/TopToolbar';
7
import sample_geojson_1 from '../MlGeoJsonLayer/assets/sample_1.json';
8
-import FeatureCollection from 'geojson';
+import {FeatureCollection} from 'geojson';
9
import themeDecorator from '../../decorators/ThemeDecorator';
10
11
const storyoptions = {
0 commit comments