Added the BlurredBackground to the main.jsx
This commit is contained in:
parent
0493906c78
commit
4459e0b260
@ -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(
|
||||
<React.StrictMode>
|
||||
<App />
|
||||
<BlurredBackground />
|
||||
|
||||
<div className="app">
|
||||
<App />
|
||||
</div>
|
||||
|
||||
</React.StrictMode>,
|
||||
);
|
Loading…
x
Reference in New Issue
Block a user