mirror of
https://github.com/OpenCut-app/OpenCut.git
synced 2026-07-13 21:52:53 +02:00
fix linter
This commit is contained in:
@@ -13,8 +13,6 @@ import { extractTimelineAudio } from "@/lib/media/mediabunny";
|
|||||||
import { useEditor } from "@/hooks/use-editor";
|
import { useEditor } from "@/hooks/use-editor";
|
||||||
import { DEFAULT_TEXT_ELEMENT } from "@/constants/text-constants";
|
import { DEFAULT_TEXT_ELEMENT } from "@/constants/text-constants";
|
||||||
import { TRANSCRIPTION_LANGUAGES } from "@/constants/transcription-constants";
|
import { TRANSCRIPTION_LANGUAGES } from "@/constants/transcription-constants";
|
||||||
import { HugeiconsIcon } from "@hugeicons/react";
|
|
||||||
import { Loading03Icon } from "@hugeicons/core-free-icons";
|
|
||||||
import type {
|
import type {
|
||||||
TranscriptionLanguage,
|
TranscriptionLanguage,
|
||||||
TranscriptionProgress,
|
TranscriptionProgress,
|
||||||
|
|||||||
@@ -39,12 +39,10 @@ import {
|
|||||||
LeftToRightListDashIcon,
|
LeftToRightListDashIcon,
|
||||||
SortingOneNineIcon,
|
SortingOneNineIcon,
|
||||||
Image02Icon,
|
Image02Icon,
|
||||||
Loading03Icon,
|
|
||||||
MusicNote03Icon,
|
MusicNote03Icon,
|
||||||
Video01Icon,
|
Video01Icon,
|
||||||
} from "@hugeicons/core-free-icons";
|
} from "@hugeicons/core-free-icons";
|
||||||
import { HugeiconsIcon, type IconSvgElement } from "@hugeicons/react";
|
import { HugeiconsIcon, type IconSvgElement } from "@hugeicons/react";
|
||||||
import { OcVideoIcon } from "@opencut/ui/icons";
|
|
||||||
|
|
||||||
export function MediaView() {
|
export function MediaView() {
|
||||||
const editor = useEditor();
|
const editor = useEditor();
|
||||||
|
|||||||
@@ -3,7 +3,6 @@ import {
|
|||||||
Dialog,
|
Dialog,
|
||||||
DialogBody,
|
DialogBody,
|
||||||
DialogContent,
|
DialogContent,
|
||||||
DialogDescription,
|
|
||||||
DialogFooter,
|
DialogFooter,
|
||||||
DialogHeader,
|
DialogHeader,
|
||||||
DialogTitle,
|
DialogTitle,
|
||||||
|
|||||||
@@ -3,7 +3,6 @@ import {
|
|||||||
Dialog,
|
Dialog,
|
||||||
DialogBody,
|
DialogBody,
|
||||||
DialogContent,
|
DialogContent,
|
||||||
DialogDescription,
|
|
||||||
DialogFooter,
|
DialogFooter,
|
||||||
DialogHeader,
|
DialogHeader,
|
||||||
DialogTitle,
|
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";
|
export const SITE_URL = "https://opencut.app";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user