File tree 7 files changed +7
-7
lines changed
7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
- import { RenderingCancelledException } from 'pdfjs-dist/build/pdf ' ;
1
+ import { RenderingCancelledException } from 'pdfjs-dist' ;
2
2
3
3
export default {
4
4
_pdfInfo : {
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import PropTypes from 'prop-types';
6
6
import makeEventProps from 'make-event-props' ;
7
7
import makeCancellable from 'make-cancellable-promise' ;
8
8
import mergeClassNames from 'merge-class-names' ;
9
- import pdfjs from 'pdfjs-dist/build/pdf ' ;
9
+ import pdfjs from 'pdfjs-dist' ;
10
10
11
11
import DocumentContext from './DocumentContext' ;
12
12
Original file line number Diff line number Diff line change 1
1
import React , { PureComponent } from 'react' ;
2
2
import PropTypes from 'prop-types' ;
3
- import pdfjs from 'pdfjs-dist/build/pdf ' ;
3
+ import pdfjs from 'pdfjs-dist' ;
4
4
import makeCancellable from 'make-cancellable-promise' ;
5
5
6
6
import DocumentContext from '../DocumentContext' ;
Original file line number Diff line number Diff line change 1
1
import React , { PureComponent } from 'react' ;
2
2
import PropTypes from 'prop-types' ;
3
- import pdfjs from 'pdfjs-dist/build/pdf ' ;
3
+ import pdfjs from 'pdfjs-dist' ;
4
4
5
5
import PageContext from '../PageContext' ;
6
6
Original file line number Diff line number Diff line change 1
- import pdfjs from 'pdfjs-dist/build/pdf ' ;
1
+ import pdfjs from 'pdfjs-dist' ;
2
2
import Document from './Document' ;
3
3
import Outline from './Outline' ;
4
4
import Page from './Page' ;
Original file line number Diff line number Diff line change 1
- import pdfjs from 'pdfjs-dist/build/pdf ' ;
1
+ import pdfjs from 'pdfjs-dist' ;
2
2
import Document from './Document' ;
3
3
import Outline from './Outline' ;
4
4
import Page from './Page' ;
Original file line number Diff line number Diff line change 1
- import pdfjs from 'pdfjs-dist/build/pdf ' ;
1
+ import pdfjs from 'pdfjs-dist' ;
2
2
import Document from './Document' ;
3
3
import Outline from './Outline' ;
4
4
import Page from './Page' ;
You can’t perform that action at this time.
0 commit comments