Add constants folder

This commit is contained in:
Timothy Warren 2018-04-20 13:50:39 -04:00
parent 2d3fd925b4
commit b0334e4b66
3 changed files with 3 additions and 0 deletions

1
src/constants/index.js Normal file
View File

@ -0,0 +1 @@
export * from './redux-actions';

View File

@ -0,0 +1,2 @@
export const OPEN_FILES = 'OPEN_FILES';
export const OPEN_FOLDER = 'OPEN_FOLDER';

View File