import { Event } from 'nostr-tools' import Content from '../Content' export default function VideoNote({ event, className }: { event: Event; className?: string }) { // Content component already handles all media rendering (from content and tags) // with proper deduplication, so we don't need to add anything extra return (