diff --git a/apps/web/src/components/editor/assets-panel/views/captions.tsx b/apps/web/src/components/editor/assets-panel/views/captions.tsx index 8165e006..c8ed8d9c 100644 --- a/apps/web/src/components/editor/assets-panel/views/captions.tsx +++ b/apps/web/src/components/editor/assets-panel/views/captions.tsx @@ -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, diff --git a/apps/web/src/components/editor/assets-panel/views/media.tsx b/apps/web/src/components/editor/assets-panel/views/media.tsx index d64d6679..15dc778c 100644 --- a/apps/web/src/components/editor/assets-panel/views/media.tsx +++ b/apps/web/src/components/editor/assets-panel/views/media.tsx @@ -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(); diff --git a/apps/web/src/components/editor/delete-project-dialog.tsx b/apps/web/src/components/editor/delete-project-dialog.tsx index a768e204..ff97f91c 100644 --- a/apps/web/src/components/editor/delete-project-dialog.tsx +++ b/apps/web/src/components/editor/delete-project-dialog.tsx @@ -3,7 +3,6 @@ import { Dialog, DialogBody, DialogContent, - DialogDescription, DialogFooter, DialogHeader, DialogTitle, diff --git a/apps/web/src/components/rename-project-dialog.tsx b/apps/web/src/components/rename-project-dialog.tsx index 2aeb50e4..be5132fa 100644 --- a/apps/web/src/components/rename-project-dialog.tsx +++ b/apps/web/src/components/rename-project-dialog.tsx @@ -3,7 +3,6 @@ import { Dialog, DialogBody, DialogContent, - DialogDescription, DialogFooter, DialogHeader, DialogTitle, diff --git a/apps/web/src/constants/site-constants.ts b/apps/web/src/constants/site-constants.ts index 470d22cc..ac6cd2cd 100644 --- a/apps/web/src/constants/site-constants.ts +++ b/apps/web/src/constants/site-constants.ts @@ -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";