Skip to content

Commit 37ae6e0

Browse files
committed
Remove duplicated CSS import
1 parent 71bb0aa commit 37ae6e0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sample/next-pages/pages/Sample.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ import { pdfjs, Document, Page } from 'react-pdf';
44
import 'react-pdf/dist/esm/Page/AnnotationLayer.css';
55
import 'react-pdf/dist/esm/Page/TextLayer.css';
66

7-
import './Sample.css';
8-
97
import type { PDFDocumentProxy } from 'pdfjs-dist';
108

119
pdfjs.GlobalWorkerOptions.workerSrc = new URL(

0 commit comments

Comments
 (0)