summaryrefslogtreecommitdiff
path: root/web/src/reducers/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/src/reducers/index.js')
-rw-r--r--web/src/reducers/index.js12
1 files changed, 7 insertions, 5 deletions
diff --git a/web/src/reducers/index.js b/web/src/reducers/index.js
index 18abb44e3..84fe8e6fd 100644
--- a/web/src/reducers/index.js
+++ b/web/src/reducers/index.js
@@ -24,30 +24,32 @@ import jobs from './jobs'
import labels from './labels'
import logfile from './logfile'
import nodes from './nodes'
+import openapi from './openapi'
import project from './project'
import projects from './projects'
import status from './status'
import tenant from './tenant'
import tenants from './tenants'
-import openapi from './openapi'
+import timezone from './timezone'
const reducers = {
- change,
build,
+ change,
+ configErrors,
+ errors,
info,
job,
jobs,
labels,
logfile,
nodes,
+ openapi,
project,
projects,
- configErrors,
- errors,
status,
tenant,
tenants,
- openapi,
+ timezone,
}
export default combineReducers(reducers)