From 285cb9e8e02931ed0981f9525fe05679778340fb 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 52b37aec5..2388554d4 100644 --- a/example/index.jsx +++ b/example/index.jsx @@ -13,10 +13,11 @@ import { APP_INIT_ERROR, APP_READY, initialize } from '@edx/frontend-platform'; import { subscribe } from '@edx/frontend-platform/pubSub'; import { Routes, Route } from 'react-router-dom'; -import './index.scss'; import ExamplePage from './ExamplePage'; import AuthenticatedPage from './AuthenticatedPage'; +import('./index.scss'); + subscribe(APP_READY, () => { ReactDOM.render(