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

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