22var redux_1 = require ( 'redux' ) ;
33var alert_1 = require ( './alert' ) ;
44var checks_1 = require ( './checks' ) ;
5+ var dir_1 = require ( './dir' ) ;
56var editor_actions_1 = require ( './editor-actions' ) ;
67var hint_position_1 = require ( './hint-position' ) ;
78var package_json_1 = require ( './package-json' ) ;
@@ -17,7 +18,7 @@ var tutorial_1 = require('./tutorial');
1718var tutorials_1 = require ( './tutorials' ) ;
1819Object . defineProperty ( exports , "__esModule" , { value : true } ) ;
1920exports . default = redux_1 . combineReducers ( {
20- alert : alert_1 . default , checks : checks_1 . default , editorActions : editor_actions_1 . default , hintPosition : hint_position_1 . default , page : page_1 . default ,
21+ alert : alert_1 . default , checks : checks_1 . default , dir : dir_1 . default , editorActions : editor_actions_1 . default , hintPosition : hint_position_1 . default , page : page_1 . default ,
2122 packageJson : package_json_1 . default , position : position_1 . default , progress : progress_1 . default , route : route_1 . default , taskPosition : task_position_1 . default ,
22- taskTests : task_tests_1 . default , tasks : tasks_1 . default , testRun : test_run_1 . default , tutorial : tutorial_1 . default , tutorials : tutorials_1 . default
23+ taskTests : task_tests_1 . default , tasks : tasks_1 . default , testRun : test_run_1 . default , tutorial : tutorial_1 . default , tutorials : tutorials_1 . default ,
2324} ) ;
0 commit comments