diff --git a/example/index.jsx b/example/index.jsx index ff5513e67..d27958ade 100644 --- a/example/index.jsx +++ b/example/index.jsx @@ -12,10 +12,11 @@ import { import { APP_INIT_ERROR, APP_READY, initialize } from '@edx/frontend-platform'; import { subscribe } from '@edx/frontend-platform/pubSub'; -import './index.scss'; import ExamplePage from './ExamplePage'; import AuthenticatedPage from './AuthenticatedPage'; +import('./index.scss'); + subscribe(APP_READY, () => { ReactDOM.render(