Commit 99efc58 1 parent 759d4f7 commit 99efc58 Copy full SHA for 99efc58
File tree 3 files changed +6
-6
lines changed
ui-manchette-with-spacetimechart/src/stories
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
import React , { useRef , useState } from 'react' ;
2
2
3
3
import { EyeClosed , Telescope } from '@osrd-project/ui-icons' ;
4
- import { Manchette } from '@osrd-project/ui-manchette' ;
4
+ import Manchette from '@osrd-project/ui-manchette' ;
5
5
import type { ProjectPathTrainResult , Waypoint } from '@osrd-project/ui-manchette/dist/types' ;
6
6
import { PathLayer , SpaceTimeChart } from '@osrd-project/ui-spacetimechart' ;
7
7
import type { Meta } from '@storybook/react' ;
Original file line number Diff line number Diff line change 1
1
import React , { useRef } from 'react' ;
2
2
3
- import { Manchette } from '@osrd-project/ui-manchette' ;
3
+ import Manchette from '@osrd-project/ui-manchette' ;
4
4
import type { ProjectPathTrainResult , Waypoint } from '@osrd-project/ui-manchette/dist/types' ;
5
5
import { PathLayer , SpaceTimeChart } from '@osrd-project/ui-spacetimechart' ;
6
6
import type { Meta } from '@storybook/react' ;
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import '@osrd-project/ui-core/dist/theme.css';
2
2
import './styles/main.css' ;
3
3
import './components/consts' ;
4
4
5
- export { default as Waypoint } from './components/Waypoint ' ;
6
- export { default as WaypointList } from './components/WaypointList' ;
7
- export { default as Manchette } from './components/Manchette' ;
8
- export { WaypointMenuData } from './types' ;
5
+ import Manchette from './components/Manchette ' ;
6
+
7
+ export default Manchette ;
8
+ export type { WaypointMenuData , Waypoint , ProjectPathTrainResult } from './types' ;
You can’t perform that action at this time.
0 commit comments