Fix module path

This commit is contained in:
John Factotum
2023-10-08 20:44:32 +08:00
parent 27a290ff59
commit bcfb942935
+1 -1
View File
@@ -1,7 +1,7 @@
import './view.js'
import { createTOCView } from './ui/tree.js'
import { createMenu } from './ui/menu.js'
import { Overlayer } from '../foliate-js/overlayer.js'
import { Overlayer } from './overlayer.js'
const isZip = async file => {
const arr = new Uint8Array(await file.slice(0, 4).arrayBuffer())