refactoring on types

This commit is contained in:
Géry Debongnie
2019-01-23 11:12:54 +01:00
parent 3766fbc7b8
commit 08938d2334
15 changed files with 85 additions and 65 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
///<amd-module name="main" />
import RootWidget from "./widgets/RootWidget";
import RootWidget from "./widgets/root_widget";
import env from "./env";
document.addEventListener("DOMContentLoaded", async function() {