rename pdf preview component

This commit is contained in:
spencerwooo
2021-12-29 02:13:47 +08:00
parent 53539e2cd9
commit 59b00f2343
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ import OfficePreview from './previews/OfficePreview'
import AudioPreview from './previews/AudioPreview'
import VideoPreview from './previews/VideoPreview'
import DownloadBtn from './DownloadBtn'
import PDFPreview from './previews/PDFEmbedPreview'
import PDFPreview from './previews/PDFPreview'
// Disabling SSR for some previews (image gallery view, and PDF view)
const ReactViewer = dynamic(() => import('react-viewer'), { ssr: false })