Odebrání zimní atmosféry

This commit is contained in:
2025-03-21 00:24:17 +01:00
parent 739c7707e1
commit 5bb7de58e7
2 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
import { Routes, Route } from "react-router-dom";
import { ProvideSettings } from "./context/settings";
import Snowfall from "react-snowfall";
// import Snowfall from "react-snowfall";
import { ToastContainer } from "react-toastify";
import { SocketContext, socket } from "./context/socket";
import StatsPage from "./pages/StatsPage";
@@ -16,12 +16,12 @@ export default function AppRoutes() {
<ProvideSettings>
<SocketContext.Provider value={socket}>
<>
<Snowfall style={{
{/* <Snowfall style={{
zIndex: 2,
position: 'fixed',
width: '100vw',
height: '100vh'
}} />
}} /> */}
<App />
</>
<ToastContainer />