diff --git a/src/index.jsx b/src/index.jsx index e8aa6938..37658ac8 100755 --- a/src/index.jsx +++ b/src/index.jsx @@ -27,7 +27,7 @@ import { TabContainer } from './tab-page'; import { fetchDatesTab, fetchOutlineTab, fetchProgressTab } from './course-home/data'; import { fetchCourse } from './courseware/data'; import initializeStore from './store'; -import NexBlockPage from './plugin-test/NexBlockPage'; +import NexBlockContainer from './nexblocks/NexBlockContainer'; import PluginTestPage from './plugin-test/PluginTestPage'; subscribe(APP_READY, () => { @@ -35,39 +35,41 @@ subscribe(APP_READY, () => { - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + +