diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 6447267..397328f 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -1,8 +1,5 @@ import { Outlet } from "react-router-dom"; -import StyleProvider from "../providers/StyleProvider"; -import SiteBackgroundSlot from "../slots/SiteBackgroundSlot"; import NavbarCentered from "./ui/NavbarCentered"; -import FooterSimpleMedia from "./ui/FooterSimpleMedia"; export default function Layout() { const navItems = [ @@ -37,8 +34,7 @@ export default function Layout() { ]; return ( - - + <> -
- -
-
+ ); } \ No newline at end of file