next.js/test/e2e/app-dir/navigation-focus/app/interactive-segment/page.tsx
page.tsx10 lines190 B
export default function InteractiveSegmentPage() {
  return (
    <textarea
      data-testid="segment-container"
      style={{ height: '50vh' }}
      placeholder="Type here"
    />
  )
}
Quest for Codev2.0.0
/
SIGN IN