fix imports

This commit is contained in:
casperlamboo 2017-11-14 18:14:19 +01:00
parent 903b091845
commit b5eaf7f32a
2 changed files with 2 additions and 15 deletions

View File

@ -1,13 +0,0 @@
export const HOME = 'HOME';
export const DRAW_A_DOODLE = 'DRAW_A_DOODLE';
export const NEW = 'NEW';
export const OPEN = 'OPEN';
export const SAVE = 'SAVE';
export const IMPORT = 'IMPORT';
export const EXPORT = 'EXPORT';
export const PROFILE = 'PROFILE';
export const FEEDBACK = 'FEEDBACK';
export const HELP = 'HELP';
export const ABOUT = 'ABOUT';
export const SUPPORT_CHAT = 'SUPPORT_CHAT';
export const ADMIN = 'ADMIN';

View File

@ -1,6 +1,6 @@
import * as actions from '../actions/index.js';
import * as d2Tools from 'src/js/constants/d2Tools.js';
import * as contextTools from 'src/js/constants/contextTools.js';
import * as d2Tools from '../constants/d2Tools.js';
import * as contextTools from '../constants/contextTools.js';
// import createDebug from 'debug';
// const debug = createDebug('d3d:util:undoFilter');