mirror of
https://github.com/sussy-code/smov.git
synced 2025-01-17 01:51:24 +01:00
remove unsused useControls
This commit is contained in:
parent
1472b21600
commit
43c8da9003
1 changed files with 0 additions and 1 deletions
|
@ -1,5 +1,4 @@
|
||||||
import { useEffect, useState } from "react";
|
import { useEffect, useState } from "react";
|
||||||
import { useControls } from "@/video/state/logic/controls";
|
|
||||||
import { getPlayerState } from "../cache";
|
import { getPlayerState } from "../cache";
|
||||||
import { listenEvent, sendEvent, unlistenEvent } from "../events";
|
import { listenEvent, sendEvent, unlistenEvent } from "../events";
|
||||||
import { VideoPlayerState, VideoPlayerTimeFormat } from "../types";
|
import { VideoPlayerState, VideoPlayerTimeFormat } from "../types";
|
||||||
|
|
Loading…
Reference in a new issue