Skip to content

Commit

Permalink
fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
reinhrst committed Feb 28, 2024
1 parent 3a3a77a commit 2d3a05b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/viewer/ClassSliders.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2d3a05b

Please sign in to comment.