diff --git a/src/components/Compose.tsx b/src/components/Compose.tsx index 9295245..797986f 100644 --- a/src/components/Compose.tsx +++ b/src/components/Compose.tsx @@ -3,6 +3,7 @@ import { useState, useEffect } from 'react'; import AutoTextarea from '@/components/AutoTextarea'; import { Post, Attachment } from '@/lib/types'; +import { VideoEmbed } from '@/components/VideoEmbed'; interface ComposeProps { onPost: (content: string, mediaIds: string[], linkPreview?: any, replyToId?: string) => void; @@ -159,17 +160,20 @@ export function Compose({ onPost, replyingTo, onCancelReply, placeholder = "What > x -