浏览代码

Fix bug on index.js

development
Safet Purkovic 4 年前
父节点
当前提交
e719b14030
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      index.js

+ 1
- 1
index.js 查看文件

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

正在加载...
取消
保存