Skip to content

Commit

Permalink
[#24] 잘못된 import 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
2-one-week committed Apr 24, 2024
1 parent e1c987a commit 32f2670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-pdf/src/components/layer/Annotation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {useIsomorphicLayoutEffect} from '../../hooks/useIsomorphicLayoutEffect'
// @ts-ignore
import * as pdfjs from '../../pdfjs-dist/legacy/build/pdf'
// @ts-ignore
import {PDFLinkService} from '../pdfjs-dist/lib/web/pdf_link_service'
import {PDFLinkService} from '../../pdfjs-dist/lib/web/pdf_link_service'
import styles from './Annotation.module.scss'

import type {PDFAnnotations, PDFPageProxy} from '../../pdfjs-dist/types/pdfjs'
Expand Down

0 comments on commit 32f2670

Please sign in to comment.