From b768cc95b14f2dce485868c1f87dd5db63eb12d2 Mon Sep 17 00:00:00 2001 From: Michele Bigi Date: Fri, 11 Sep 2026 07:28:50 +0200 Subject: [PATCH] Restore the project-page PDF viewer import so the production frontend build type-checks. Co-authored-by: Cursor --- frontend/src/app/(app)/project/[id]/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/app/(app)/project/[id]/page.tsx b/frontend/src/app/(app)/project/[id]/page.tsx index 2cfaa2f..ce9de64 100644 --- a/frontend/src/app/(app)/project/[id]/page.tsx +++ b/frontend/src/app/(app)/project/[id]/page.tsx @@ -42,6 +42,7 @@ import { import { useOptionalUser } from "@/hooks/use-optional-auth"; import { ImpedancePanel } from "@/components/project/impedance-panel"; import { PcbUploadButton } from "@/components/project/pcb-upload"; +import { PdfViewerSheet } from "@/components/pdf/pdf-viewer-sheet"; export default function ProjectDetailPage({ params,