diff --git a/webui/src/main.jsx b/webui/src/main.jsx index 6843972..2fa6bba 100644 --- a/webui/src/main.jsx +++ b/webui/src/main.jsx @@ -1,9 +1,16 @@ import React from "react"; import ReactDOM from "react-dom/client"; import App from "./App.jsx"; +import "@/common/styles/main.sass"; +import BlurredBackground from "@/common/components/BlurredBackground"; ReactDOM.createRoot(document.getElementById("root")).render( - + + +
+ +
+
, ); \ No newline at end of file