diff --git a/src/viewer/ClassSliders.tsx b/src/viewer/ClassSliders.tsx index 3292036..153e403 100644 --- a/src/viewer/ClassSliders.tsx +++ b/src/viewer/ClassSliders.tsx @@ -14,7 +14,7 @@ import { selectHideDetectionBoxes } from "./appSlice" import { useEffect } from "preact/hooks" import * as css from "./classsliders.module.css" import { selectCurrentFrameDateTime, selectSettingsByDetectionClassForCurrectDetections } from "./selectors" -import { formatDateTimeParts } from "src/lib/detections" +import { formatDateTimeParts } from "../lib/detections" type Props = { onRequestClose: () => void