Skip to content

Commit

Permalink
fix: styles not loading issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Syed-Ali-Abbas-Zaidi committed Mar 29, 2023
1 parent bbd8414 commit 5e6ab22
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion example/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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(
<AppProvider>
Expand Down

0 comments on commit 5e6ab22

Please sign in to comment.