diff --git a/com.twin.app.shoptime/src/components/PDFViewer/PDFModal.jsx b/com.twin.app.shoptime/src/components/PDFViewer/PDFModal.jsx new file mode 100644 index 00000000..5077db2a --- /dev/null +++ b/com.twin.app.shoptime/src/components/PDFViewer/PDFModal.jsx @@ -0,0 +1,16 @@ +import React from "react"; +import css from "./PDFModal.module.less"; +const PDFModal = ({ pdfUrl, onClose }) => { + return ( +
+
+ +