mirror of
https://github.com/leporello-js/leporello-js
synced 2026-01-14 05:14:28 -08:00
7 lines
138 B
JavaScript
7 lines
138 B
JavaScript
|
|
// external
|
||
|
|
import {init} from './index.js'
|
||
|
|
|
||
|
|
import {COMMANDS} from './cmd.js'
|
||
|
|
|
||
|
|
init(globalThis.document.getElementById('app'), COMMANDS)
|