We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e2af12 commit eacb367Copy full SHA for eacb367
apps/src/code-studio/progress.js
@@ -9,7 +9,7 @@ import StageProgress from './components/progress/stage_progress.jsx';
9
import CourseProgress from './components/progress/course_progress.jsx';
10
import ScriptTeacherPanel from './components/progress/ScriptTeacherPanel';
11
import { getStore } from './redux';
12
-import { setSections } from './stageLockRedux';
+import { authorizeLockable, setSections } from './stageLockRedux';
13
import {
14
SUBMITTED_RESULT,
15
LOCKED_RESULT,
@@ -23,7 +23,6 @@ import {
23
updateFocusArea,
24
showTeacherInfo
25
} from './progressRedux';
26
-import { authorizeLockable } from './stageLockRedux';
27
28
var progress = module.exports;
29
0 commit comments