diff --git a/apps/web/src/components/editor/properties-panel.tsx b/apps/web/src/components/editor/properties-panel.tsx index 490afa4..e9b651b 100644 --- a/apps/web/src/components/editor/properties-panel.tsx +++ b/apps/web/src/components/editor/properties-panel.tsx @@ -8,6 +8,13 @@ import { useTimelineStore } from "@/stores/timeline-store"; import { Textarea } from "../ui/textarea"; import { MediaElement, TextElement } from "@/types/timeline"; import { useMediaStore } from "@/stores/media-store"; +import { + Select, + SelectContent, + SelectTrigger, + SelectValue, + SelectItem, +} from "../ui/select"; export function PropertiesPanel() { const { activeProject } = useProjectStore(); @@ -31,7 +38,7 @@ export function PropertiesPanel() { ); const TextProperties = (element: TextElement, trackId: string) => ( -
+