diff --git a/src/video/state/logic/interface.ts b/src/video/state/logic/interface.ts index 6d0357ab..4ac47a3a 100644 --- a/src/video/state/logic/interface.ts +++ b/src/video/state/logic/interface.ts @@ -1,5 +1,4 @@ import { useEffect, useState } from "react"; -import { useControls } from "@/video/state/logic/controls"; import { getPlayerState } from "../cache"; import { listenEvent, sendEvent, unlistenEvent } from "../events"; import { VideoPlayerState, VideoPlayerTimeFormat } from "../types";