chore: remove unused import

This commit is contained in:
Jip Fr 2023-04-20 20:53:35 +02:00
parent 2424cdfc9e
commit a0a51c898a

View File

@ -1,6 +1,5 @@
import { Icon, Icons } from "@/components/Icon";
import { useVideoPlayerDescriptor } from "@/video/state/hooks";
import { useControls } from "@/video/state/logic/controls";
import { useInterface } from "@/video/state/logic/interface";
import { useMediaPlaying } from "@/video/state/logic/mediaplaying";