🔄 refactor(index.tsx): reorder import statements for better readability and consistency
This commit is contained in:
parent
8d8fae78c8
commit
34008bf3d0
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue