From de546b41b89697ac43cddb5aab85675512895c2c Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Thu, 8 Jun 2023 21:53:29 +0200 Subject: [PATCH] Removed the index.css from the main.jsx --- webui/src/main.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/webui/src/main.jsx b/webui/src/main.jsx index d7a2fe4..6843972 100644 --- a/webui/src/main.jsx +++ b/webui/src/main.jsx @@ -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(