reorganize store code

This commit is contained in:
Géry Debongnie
2019-02-27 13:48:36 +01:00
parent 385156ee72
commit 724181a5ba
21 changed files with 376 additions and 352 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import { loadMenus, loadTemplates } from "./loaders";
import { actionRegistry } from "./registries";
import { rpc } from "./services/ajax";
import { Router } from "./services/router";
import { Store } from "./store";
import { Store } from "./store/store";
import { Root } from "./widgets/root";
//------------------------------------------------------------------------------