"use client"; import BackToMC from "@/components/mission-control/BackToMC"; import PDFViewerClient from "@/components/mission-control/PDFViewerClient"; export default function PdfViewerPage() { return (

📄 PDF Viewer

View and analyze PDF documents

); }