| 1 | import { memo, useState, useCallback, useRef, useMemo, useEffect } from "react"; |
| 2 | import { VideoFrameThumbnail } from "../ui/VideoFrameThumbnail"; |
| 3 | import { MEDIA_EXT, IMAGE_EXT, VIDEO_EXT, FONT_EXT } from "../../utils/mediaTypes"; |
| 4 | import { TIMELINE_ASSET_MIME } from "../../utils/timelineAssetDrop"; |
nothing calls this directly
no test coverage detected