Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolapps committed Sep 9, 2023
1 parent 0fe8225 commit ca6665e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stories/Marker.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Meta, StoryFn } from '@storybook/react';

import Map from '../components/Map';
import Marker from '../components/Marker';
import { Coordinate, CoordinateRegion, FeatureVisibility } from '../util/parameters';
import { CoordinateRegion, FeatureVisibility } from '../util/parameters';

// @ts-ignore
const token = import.meta.env.STORYBOOK_MAPKIT_JS_TOKEN!;
Expand Down

0 comments on commit ca6665e

Please sign in to comment.