🔄 refactor(index.tsx): reorder import statements for better readability and consistency

This commit is contained in:
Gabriel Luiz Freitas Almeida 2023-07-27 07:02:48 -03:00
commit 34008bf3d0

View file

@ -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