Skip to content

Commit 90d5450

Browse files
author
Ives van Hoorne
committed
Fix
1 parent 2135359 commit 90d5450

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/app/store/entities/reducer.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,13 @@ import _debug from '../../utils/debug';
77
import sandboxReducer from './sandboxes/reducer';
88
import moduleReducer from './sandboxes/modules/reducer';
99
import directoryReducer from './sandboxes/directories/reducer';
10-
import userReducer from './sandboxes/users/reducer';
1110

1211
const d = _debug('cw:app:store:reducers:entities');
1312

1413
const entityReducers = {
1514
sandboxes: sandboxReducer,
1615
modules: moduleReducer,
1716
directories: directoryReducer,
18-
users: userReducer,
1917
};
2018

2119
/**

0 commit comments

Comments
 (0)