Skip to content

Commit

Permalink
front: fix some /dist imports from ui-spacetimechart
Browse files Browse the repository at this point in the history
Signed-off-by: SharglutDev <[email protected]>
  • Loading branch information
SharglutDev committed Feb 14, 2025
1 parent 90dc639 commit f8d3042
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,7 @@ import {
WorkScheduleLayer,
OccupancyBlockLayer,
} from '@osrd-project/ui-spacetimechart';
import type { Conflict } from '@osrd-project/ui-spacetimechart';
import type {
SpaceTimeChartProps,
HoveredItem,
} from '@osrd-project/ui-spacetimechart/dist/lib/types';
import type { Conflict, HoveredItem, SpaceTimeChartProps } from '@osrd-project/ui-spacetimechart';
import cx from 'classnames';
import { compact } from 'lodash';
import { createPortal } from 'react-dom';
Expand Down

0 comments on commit f8d3042

Please sign in to comment.