comparison client/src/store/imports.js @ 1272:bc55ffaeb639

cleaned up client/src directory better organization of files and directories, better naming, separation of admin and map context
author Markus Kottlaender <markus@intevation.de>
date Thu, 22 Nov 2018 07:07:12 +0100
parents 3035ddd3d1a8
children 99c039e86624
comparison
equal deleted inserted replaced
1268:aca692e73028 1272:bc55ffaeb639
11 * 11 *
12 * Author(s): 12 * Author(s):
13 * Thomas Junk <thomas.junk@intevation.de> 13 * Thomas Junk <thomas.junk@intevation.de>
14 */ 14 */
15 15
16 import { HTTP } from "../application/lib/http"; 16 import { HTTP } from "../lib/http";
17 17
18 const Imports = { 18 const Imports = {
19 namespaced: true, 19 namespaced: true,
20 state: { 20 state: {
21 imports: {} 21 imports: {}