Browse Source

Fix bug on index.js

development
Safet Purkovic 4 years ago
parent
commit
e719b14030
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      index.js

+ 1
- 1
index.js View File

@@ -1,4 +1,4 @@
import PDFEngine from './pdfengine'
import PDFEngine from './src/pdfengine'
(() =>
{
PDFEngine();

Loading…
Cancel
Save