3 lines
90 B
JavaScript
3 lines
90 B
JavaScript
import renderPDF from './pdf';
|
|
|
|
document.addEventListener('DOMContentLoaded', renderPDF);
|