import { TranscriptViewer } from '@/components/TranscriptViewer'; export default function Example() { return ( <TranscriptViewer transcript={transcript} /> ); }