fix linter

This commit is contained in:
Maze Winther
2026-01-27 16:49:43 +01:00
parent 74c0ea7c4a
commit fd5a53fc99
5 changed files with 1 additions and 7 deletions
@@ -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 -1
View File
@@ -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";