{/* controls toolbar */}
{/* Prev, page counter, Next, Zoom In, Zoom Out, Download — keep existing */}
{/* PDF + field overlay */}
setNumPages(numPages)}
className="shadow-lg"
>
{
setPageInfo({
originalWidth: Math.max(page.view[0], page.view[2]),
originalHeight: Math.max(page.view[1], page.view[3]),
width: page.width,
height: page.height,
scale: page.scale,
});
}}
/>
```
After modifying PdfViewer.tsx, run build to confirm no TypeScript errors:
```bash
cd /Users/ccopeland/temp/red/teressa-copeland-homes && npm run build 2>&1 | tail -15
```