Removed the index.css from the main.jsx

This commit is contained in:
Mathias Wagner 2023-06-08 21:53:29 +02:00
parent d1f6ec4a72
commit de546b41b8

View File

@ -1,7 +1,6 @@
import React from "react";
import ReactDOM from "react-dom/client";
import App from "./App.jsx";
import "./index.css";
ReactDOM.createRoot(document.getElementById("root")).render(
<React.StrictMode>