summaryrefslogtreecommitdiff
path: root/src/reducers/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/reducers/index.js')
-rw-r--r--src/reducers/index.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/reducers/index.js b/src/reducers/index.js
index 3974ce4a..4e35f6e8 100644
--- a/src/reducers/index.js
+++ b/src/reducers/index.js
@@ -1,7 +1,9 @@
import {combineReducers} from "redux";
+import {auth} from "./auth";
import {authorizations, authVisibilityFilter, newProjectModalVisible} from "./projects";
const rootReducer = combineReducers({
+ auth,
authorizations,
newProjectModalVisible,
authVisibilityFilter,