From 43c8da9003b0e2d24babb044b39dfa16cbf80af2 Mon Sep 17 00:00:00 2001 From: mrjvs Date: Thu, 20 Apr 2023 20:53:23 +0200 Subject: [PATCH] remove unsused useControls --- src/video/state/logic/interface.ts | 1 - 1 file changed, 1 deletion(-) 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";