Skip to content

Commit f8d3042

Browse files
committed
front: fix some /dist imports from ui-spacetimechart
Signed-off-by: SharglutDev <p.filimon75@gmail.com>
1 parent 90dc639 commit f8d3042

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

front/src/modules/simulationResult/components/ManchetteWithSpaceTimeChart/ManchetteWithSpaceTimeChart.tsx

+1-5
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,7 @@ import {
1818
WorkScheduleLayer,
1919
OccupancyBlockLayer,
2020
} from '@osrd-project/ui-spacetimechart';
21-
import type { Conflict } from '@osrd-project/ui-spacetimechart';
22-
import type {
23-
SpaceTimeChartProps,
24-
HoveredItem,
25-
} from '@osrd-project/ui-spacetimechart/dist/lib/types';
21+
import type { Conflict, HoveredItem, SpaceTimeChartProps } from '@osrd-project/ui-spacetimechart';
2622
import cx from 'classnames';
2723
import { compact } from 'lodash';
2824
import { createPortal } from 'react-dom';

0 commit comments

Comments
 (0)