1
0
Fork 0
mirror of https://github.com/sussy-code/smov.git synced 2024-12-29 16:07:40 +01:00

remove unsused useControls

This commit is contained in:
mrjvs 2023-04-20 20:53:23 +02:00
parent 1472b21600
commit 43c8da9003

View file

@ -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";