blob: 7b76e3e7a45bb83def7f40963fb9fa49822ada4a [file] [log] [blame]
swissChiliab615d82024-03-08 17:15:13 -05001require("./units-impl-wasm.js");
2
3const {UnitsApp} = require("./frontend-impl.js");
4const React = require("preact");
5
6React.render(<UnitsApp />, document.getElementById("app"));