rename services -> store

This commit is contained in:
Géry Debongnie
2019-02-18 15:08:27 +01:00
parent 5b68b396ad
commit 7c54787c32
5 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -7,8 +7,8 @@ import { IRouter, Query, RouterEvent } from "../src/ts/core/router";
import { idGenerator } from "../src/ts/core/utils";
import { getMenuInfo } from "../src/ts/init";
import { actionRegistry } from "../src/ts/registries";
import { ActionManager } from "../src/ts/services/action_manager";
import { Ajax } from "../src/ts/services/ajax";
import { ActionManager } from "../src/ts/store/action_manager";
import { Ajax } from "../src/ts/store/ajax";
import { MenuInfo } from "../src/ts/widgets/root";
import { Env } from "../src/ts/widgets/widget";
@@ -1,4 +1,4 @@
import { Ajax } from "../../src/ts/services/ajax";
import { Ajax } from "../../src/ts/store/ajax";
import { nextMicroTick } from "../helpers";
//------------------------------------------------------------------------------