We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42da734 commit 1f95460Copy full SHA for 1f95460
example/index.jsx
@@ -12,10 +12,11 @@ import {
12
import { APP_INIT_ERROR, APP_READY, initialize } from '@edx/frontend-platform';
13
import { subscribe } from '@edx/frontend-platform/pubSub';
14
15
-import './index.scss';
16
import ExamplePage from './ExamplePage';
17
import AuthenticatedPage from './AuthenticatedPage';
18
+require('./index.scss');
19
+
20
subscribe(APP_READY, () => {
21
ReactDOM.render(
22
<AppProvider>
0 commit comments