From 0aea7f0e11869cddbc9c1a699232baeffc1695ef Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 14 Jun 2026 13:46:05 +0000 Subject: [PATCH] Update src/components/Layout.tsx --- src/components/Layout.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index b69dda7..8994efb 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -2,7 +2,6 @@ import FooterMinimal from '@/components/sections/footer/FooterMinimal'; import NavbarFloatingLogo from '@/components/ui/NavbarFloatingLogo'; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; import SiteBackgroundSlot from "@/components/ui/SiteBackgroundSlot"; -import { Facebook, Instagram } from "lucide-react"; import { Outlet } from 'react-router-dom'; import { StyleProvider } from "@/components/ui/StyleProvider"; @@ -59,4 +58,4 @@ export default function Layout() { ); -} +} \ No newline at end of file -- 2.49.1