import React from "react"; import CommonModal from '../CommonModal'; const PdfView = ({ visible, title, onClose, url, fileId }) => { return (