Skip to content

Commit 285cb9e

Browse files
fix: styles not loading issue
1 parent b47e2a7 commit 285cb9e

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
@@ -13,10 +13,11 @@ import { APP_INIT_ERROR, APP_READY, initialize } from '@edx/frontend-platform';
1313
import { subscribe } from '@edx/frontend-platform/pubSub';
1414
import { Routes, Route } from 'react-router-dom';
1515

16-
import './index.scss';
1716
import ExamplePage from './ExamplePage';
1817
import AuthenticatedPage from './AuthenticatedPage';
1918

19+
import('./index.scss');
20+
2021
subscribe(APP_READY, () => {
2122
ReactDOM.render(
2223
<AppProvider>

0 commit comments

Comments
 (0)