Skip to content

Commit 71a00ea

Browse files
author
Eva-Marie Schürg
committed
fix import
1 parent 4af7738 commit 71a00ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/MapLibreMap/MapLibreMap.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import MlGeoJsonLayer from '../MlGeoJsonLayer/MlGeoJsonLayer';
55
import { Button } from '@mui/material';
66
import TopToolbar from '../../ui_components/TopToolbar';
77
import sample_geojson_1 from '../MlGeoJsonLayer/assets/sample_1.json';
8-
import FeatureCollection from 'geojson';
8+
import {FeatureCollection} from 'geojson';
99
import themeDecorator from '../../decorators/ThemeDecorator';
1010

1111
const storyoptions = {

0 commit comments

Comments
 (0)