mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-11 13:45:25 +03:00
Cleanup
This commit is contained in:
parent
fc23e257df
commit
a101597d76
@ -12,7 +12,7 @@ import ActivityIndicator from "@/components/indicators/activity-indicator";
|
||||
import { VideoResolutionType } from "@/types/live";
|
||||
import axios from "axios";
|
||||
import { cn } from "@/lib/utils";
|
||||
import { getTimestampOffset, getUTCOffset } from "@/utils/dateUtil";
|
||||
import { getTimestampOffset } from "@/utils/dateUtil";
|
||||
|
||||
/**
|
||||
* Dynamically switches between video playback and scrubbing preview player.
|
||||
|
||||
@ -20,7 +20,7 @@ import {
|
||||
MdOutlinePictureInPictureAlt,
|
||||
} from "react-icons/md";
|
||||
import { FaBicycle } from "react-icons/fa";
|
||||
import { endOfHourOrCurrentTime, getUTCOffset } from "./dateUtil";
|
||||
import { endOfHourOrCurrentTime } from "./dateUtil";
|
||||
import { TimeRange, Timeline } from "@/types/timeline";
|
||||
|
||||
export function getTimelineIcon(timelineItem: Timeline) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user