Skip to content

Commit

Permalink
fix: remove deprecated tilde ~ (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
thucpn authored Feb 24, 2025
1 parent 0f27187 commit 2f18c6d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/sweet-pears-argue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@llamaindex/pdf-viewer': minor
---

fix: remove deprecated tilde ~
4 changes: 2 additions & 2 deletions src/view/index.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@import '~react-pdf/dist/esm/Page/AnnotationLayer.css';
@import '~react-pdf/dist/esm/Page/TextLayer.css';
@import 'react-pdf/dist/esm/Page/AnnotationLayer.css';
@import 'react-pdf/dist/esm/Page/TextLayer.css';

.pdf-viewer-container {
display: flex;
Expand Down

0 comments on commit 2f18c6d

Please sign in to comment.