diff --git a/src/App.tsx b/src/App.tsx index 87d92d6f..05d2b9a0 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -6,7 +6,6 @@ import { useSettings } from "./hooks/useSettings"; import Navbar from "./components/Navbar"; import Footer from "./components/Footer"; import PageContainer from "./components/PageContainer"; -import Snowfall from 'react-snowfall' function App() { const [{ theme }] = useSettings(); @@ -23,7 +22,6 @@ function App() { return ( -