mirror of
https://github.com/leporello-js/leporello-js
synced 2026-01-13 13:04:30 -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)
|