From e768ef22af8317f3cc7023a6c09cc9702a6abe9f Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Tue, 5 May 2026 08:59:59 +0000 Subject: [PATCH] Bob AI: fix build errors (attempt 1) --- src/components/Layout.tsx | 52 ++------------------------------------- 1 file changed, 2 insertions(+), 50 deletions(-) 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