Skip to content

Commit 1f95460

Browse files
fix: styles not loading issue
1 parent 42da734 commit 1f95460

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

example/index.jsx

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,11 @@ import {
1212
import { APP_INIT_ERROR, APP_READY, initialize } from '@edx/frontend-platform';
1313
import { subscribe } from '@edx/frontend-platform/pubSub';
1414

15-
import './index.scss';
1615
import ExamplePage from './ExamplePage';
1716
import AuthenticatedPage from './AuthenticatedPage';
1817

18+
require('./index.scss');
19+
1920
subscribe(APP_READY, () => {
2021
ReactDOM.render(
2122
<AppProvider>

0 commit comments

Comments
 (0)