Skip to content

Commit 80b4547

Browse files
committed
ui-manchette-with-spacetimechart: remove a dist/ import remnant
Follow-up for #928: I missed one. Signed-off-by: Simon Ser <[email protected]>
1 parent 0423a61 commit 80b4547

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui-manchette-with-spacetimechart/src/helpers.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { InteractiveWaypoint, Waypoint } from '@osrd-project/ui-manchette/dist/types';
1+
import type { InteractiveWaypoint, Waypoint } from '@osrd-project/ui-manchette';
22
import { clamp } from 'lodash';
33

44
import {

0 commit comments

Comments
 (0)