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