mirror of
https://github.com/leporello-js/leporello-js
synced 2026-01-13 21:14:28 -08:00
WIP
This commit is contained in:
6
src/launch.js
Normal file
6
src/launch.js
Normal file
@@ -0,0 +1,6 @@
|
||||
// external
|
||||
import {init} from './index.js'
|
||||
|
||||
import {COMMANDS} from './cmd.js'
|
||||
|
||||
init(globalThis.document.getElementById('app'), COMMANDS)
|
||||
Reference in New Issue
Block a user