Fixed most of the muiV5 / react 18 version problems
This commit is contained in:
@@ -8,9 +8,9 @@ import App from "./App";
|
||||
const rootElement = document.getElementById("root");
|
||||
const root = createRoot(rootElement);
|
||||
root.render(
|
||||
<React.StrictMode>
|
||||
<React.Fragment>
|
||||
<App />
|
||||
</React.StrictMode>
|
||||
</React.Fragment>
|
||||
);
|
||||
|
||||
//reportWebVitals();
|
||||
|
||||
Reference in New Issue
Block a user