mirror of https://github.com/dirtbags/tanks.git
6 lines
113 B
JavaScript
6 lines
113 B
JavaScript
|
import * as designer from "./designer.mjs"
|
||
|
import * as replay from "./replay.mjs"
|
||
|
|
||
|
designer.init()
|
||
|
replay.init()
|