import React from 'react'; import { createRoot } from 'react-dom/client'; import SharedFileView from './components/shared-file-view/shared-file-view'; import SharedFileViewTip from './components/shared-file-view/shared-file-view-tip'; import PDFViewer from './components/pdf-viewer'; import './css/pdf-file-view.css'; const { err } = window.shared.pageOptions; class SharedFileViewPDF extends React.Component { render() { return } />; } } class FileContent extends React.Component { render() { if (err) { return ; } return (
); } } const root = createRoot(document.getElementById('wrapper')); root.render();