From 5796b87341281e43d72c4e5fda2a7412d62cd054 Mon Sep 17 00:00:00 2001 From: Kyle McCormick Date: Thu, 11 Feb 2021 13:04:28 -0500 Subject: [PATCH] refactor nexblock package --- src/index.jsx | 68 ++++++++++--------- .../NexBlockContainer.jsx} | 4 +- 2 files changed, 37 insertions(+), 35 deletions(-) rename src/{plugin-test/NexBlockPage.jsx => nexblocks/NexBlockContainer.jsx} (84%) 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, () => { - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + +