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 React from "react";
|
||||||
import ReactDOM from "react-dom/client";
|
import ReactDOM from "react-dom/client";
|
||||||
import App from "./App.jsx";
|
import App from "./App.jsx";
|
||||||
|
import "@/common/styles/main.sass";
|
||||||
|
import BlurredBackground from "@/common/components/BlurredBackground";
|
||||||
|
|
||||||
ReactDOM.createRoot(document.getElementById("root")).render(
|
ReactDOM.createRoot(document.getElementById("root")).render(
|
||||||
<React.StrictMode>
|
<React.StrictMode>
|
||||||
|
<BlurredBackground />
|
||||||
|
|
||||||
|
<div className="app">
|
||||||
<App />
|
<App />
|
||||||
|
</div>
|
||||||
|
|
||||||
</React.StrictMode>,
|
</React.StrictMode>,
|
||||||
);
|
);
|
Loading…
x
Reference in New Issue
Block a user