Skip to content

Commit

Permalink
fix: use side-effect import instead of default import
Browse files Browse the repository at this point in the history
  • Loading branch information
javier-godoy authored Jan 2, 2023
1 parent 576a914 commit 82da3f2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* #L%
*/

import printJS from '../print-js/dist/print.js';
import '../print-js/dist/print.js';

window.printPdf = {

Expand All @@ -28,4 +28,4 @@ window.printPdf = {
type: 'pdf'
});
}
}
}

0 comments on commit 82da3f2

Please sign in to comment.