fix linter
This commit is contained in:
parent
74c0ea7c4a
commit
fd5a53fc99
|
|
@ -13,8 +13,6 @@ import { extractTimelineAudio } from "@/lib/media/mediabunny";
|
|||
import { useEditor } from "@/hooks/use-editor";
|
||||
import { DEFAULT_TEXT_ELEMENT } from "@/constants/text-constants";
|
||||
import { TRANSCRIPTION_LANGUAGES } from "@/constants/transcription-constants";
|
||||
import { HugeiconsIcon } from "@hugeicons/react";
|
||||
import { Loading03Icon } from "@hugeicons/core-free-icons";
|
||||
import type {
|
||||
TranscriptionLanguage,
|
||||
TranscriptionProgress,
|
||||
|
|
|
|||
|
|
@ -39,12 +39,10 @@ import {
|
|||
LeftToRightListDashIcon,
|
||||
SortingOneNineIcon,
|
||||
Image02Icon,
|
||||
Loading03Icon,
|
||||
MusicNote03Icon,
|
||||
Video01Icon,
|
||||
} from "@hugeicons/core-free-icons";
|
||||
import { HugeiconsIcon, type IconSvgElement } from "@hugeicons/react";
|
||||
import { OcVideoIcon } from "@opencut/ui/icons";
|
||||
|
||||
export function MediaView() {
|
||||
const editor = useEditor();
|
||||
|
|
|
|||
|
|
@ -3,7 +3,6 @@ import {
|
|||
Dialog,
|
||||
DialogBody,
|
||||
DialogContent,
|
||||
DialogDescription,
|
||||
DialogFooter,
|
||||
DialogHeader,
|
||||
DialogTitle,
|
||||
|
|
|
|||
|
|
@ -3,7 +3,6 @@ import {
|
|||
Dialog,
|
||||
DialogBody,
|
||||
DialogContent,
|
||||
DialogDescription,
|
||||
DialogFooter,
|
||||
DialogHeader,
|
||||
DialogTitle,
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
import { OcDataBuddyIcon, OcMarbleIcon, OcVercelIcon } from "@opencut/ui/icons";
|
||||
import { OcDataBuddyIcon, OcMarbleIcon, } from "@opencut/ui/icons";
|
||||
|
||||
export const SITE_URL = "https://opencut.app";
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue