@@ -19,8 +19,8 @@ var tutorial_1 = require('./tutorial');
1919var tutorial_list_1 = require ( './tutorial-list' ) ;
2020var window_toggle_1 = require ( './window-toggle' ) ;
2121Object . defineProperty ( exports , "__esModule" , { value :true } ) ;
22- exports . default = redux_1 . combineReducers ( {
23- alert :alert_1 . default , checks :checks_1 . default , dir :dir_1 . default , devToolsToggle :devTools_toggle_1 . default , taskActions :task_actions_1 . default , hintPosition :hint_position_1 . default , page : page_1 . default ,
24- packageJson :package_json_1 . default , pagePosition :page_position_1 . default , progress :progress_1 . default , route :route_1 . default , taskPosition :task_position_1 . default ,
22+ exports . default = redux_1 . combineReducers ( Object . assign ( { } , {
23+ alert :alert_1 . default , checks :checks_1 . default , dir :dir_1 . default , devToolsToggle :devTools_toggle_1 . default , taskActions :task_actions_1 . default , hintPosition :hint_position_1 . default ,
24+ packageJson :package_json_1 . default , page : page_1 . default , pagePosition :page_position_1 . default , progress :progress_1 . default , route :route_1 . default , taskPosition :task_position_1 . default ,
2525taskTests :task_tests_1 . default , tasks :tasks_1 . default , testRun :test_run_1 . default , tutorial :tutorial_1 . default , tutorialList :tutorial_list_1 . default , windowToggle :window_toggle_1 . default
26- } ) ;
26+ } ) ) ;