resolve build issue

This commit is contained in:
Felix Boehme 2023-09-02 16:35:50 +02:00
parent 5e4e2abe7e
commit f05e2d6dc0
No known key found for this signature in database
GPG Key ID: 7EB0603E4E9642EA

View File

@ -2,10 +2,10 @@ import { useCallback, useEffect, useRef } from "react";
import { useAsync } from "react-use";
import { ContentCaption } from "subsrt-ts/dist/types/handler";
import { getPlayerState } from "@/_oldvideo/state/cache";
import { parseSubtitles, sanitize } from "@/backend/helpers/captions";
import { Transition } from "@/components/Transition";
import { useSettings } from "@/state/settings";
import { getPlayerState } from "@/_oldvideo/state/cache";
import { useVideoPlayerDescriptor } from "../../state/hooks";
import { useProgress } from "../../state/logic/progress";