This commit is contained in:
Géry Debongnie
2019-01-23 22:52:50 +01:00
parent 76fedae5a9
commit 88c5c06468
12 changed files with 83 additions and 79 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
///<amd-module name="main" />
import RootWidget from "./widgets/root_widget";
import {makeEnvironment} from "./env";
import { makeEnvironment } from "./env";
document.addEventListener("DOMContentLoaded", async function() {
const env = makeEnvironment();