From 5e6ab22f6e255af69ceee5becacf981c14bb4e22 Mon Sep 17 00:00:00 2001 From: Syed Ali Abbas Zaidi Date: Wed, 29 Mar 2023 16:38:17 +0500 Subject: [PATCH] fix: styles not loading issue --- example/index.jsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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(