export default function InteractiveSegmentPage() { return ( <textarea data-testid="segment-container" style={{ height: '50vh' }} placeholder="Type here" /> ) }