Skip to content

Commit

Permalink
Fix import path missing extension
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmaj committed Aug 2, 2023
1 parent c29dba2 commit 459c15b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export type { OutlineProps } from './Outline.js';
export type { PageProps } from './Page.js';
export type { ThumbnailProps } from './Thumbnail.js';

import './pdf.worker.entry';
import './pdf.worker.entry.js';

export {
pdfjs,
Expand Down

0 comments on commit 459c15b

Please sign in to comment.