diff --git a/src/frontend/src/index.tsx b/src/frontend/src/index.tsx index 31d8f21f1..0ce5c0f5b 100644 --- a/src/frontend/src/index.tsx +++ b/src/frontend/src/index.tsx @@ -5,9 +5,9 @@ import ContextWrapper from "./contexts"; import reportWebVitals from "./reportWebVitals"; import { ApiInterceptor } from "./controllers/API/api"; -import "./style/index.css"; -import "./style/classes.css"; import "./style/applies.css"; +import "./style/classes.css"; +import "./style/index.css"; const root = ReactDOM.createRoot( document.getElementById("root") as HTMLElement