mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
13 lines
183 B
JavaScript
13 lines
183 B
JavaScript
import WikiEditor from "../../components/editorjs/WikiEditor.js"
|
|
|
|
|
|
|
|
$(async() => {
|
|
|
|
try {
|
|
const editor = new WikiEditor()
|
|
await editor.init()
|
|
} catch (error) {
|
|
|
|
}
|
|
}) |