pdf test code 주석

This commit is contained in:
dongyoungKo
2025-06-26 16:24:24 +09:00
parent a0a41f354c
commit 9c01842540

View File

@@ -839,7 +839,7 @@ export default function MainView({ className, initService }) {
onClick={handleAgree}
/>
)} */}
<button
{/* <button
style={{
position: "fixed",
left: "0",
@@ -853,7 +853,7 @@ export default function MainView({ className, initService }) {
>
button
</button>
{showPDF && <PDFViewer pdfPath={"https://www.orimi.com/pdf-test.pdf"} />}
{showPDF && <PDFViewer pdfPath={"https://www.orimi.com/pdf-test.pdf"} />} */}
</div>
);
}