do injectfirst around app

This commit is contained in:
Niklas 2025-06-26 10:49:27 +02:00 committed by BlankAccountsUsername
parent d0fa587f7a
commit f741967f90
3 changed files with 7 additions and 8 deletions

View file

@ -1,9 +1,9 @@
import React from "react";
import ReactDOM from "react-dom/client";
import "./index.css";
import App from "./App";
import reportWebVitals from "./reportWebVitals";
import { StyledEngineProvider } from "@mui/material";
import React from 'react';
import ReactDOM from 'react-dom/client';
import './index.css';
import App from './App';
import reportWebVitals from './reportWebVitals';
import { StyledEngineProvider } from '@mui/material';
const root = ReactDOM.createRoot(
document.getElementById("root") as HTMLElement