Skip to content

Commit

Permalink
Corrections storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
sandrinegateau committed Mar 23, 2021
1 parent 29cf070 commit 4d20a08
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/stories/Test.stories.const.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {ShapeType, TabType} from "../iotMapManager/index";
import {ShapeType, TabType} from '../iotMapManager/index';

export interface IOTMarker {
id: string;
Expand Down
2 changes: 1 addition & 1 deletion src/stories/Test.stories.css
Original file line number Diff line number Diff line change
@@ -1 +1 @@
@import "../iotMapManager/iot-map-manager.css";
@import '../iotMapManager/iot-map-manager.css';
2 changes: 1 addition & 1 deletion src/stories/Test.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {
IotMapMarkerManager,
IotMapUserMarkerManager,
ShapeType
} from 'iotmapmanager-test';
} from '../iotMapManager/index';

import './Test.stories.css';
import {
Expand Down

0 comments on commit 4d20a08

Please sign in to comment.