Update src/components/Layout.tsx

This commit is contained in:
2026-05-09 07:37:21 +00:00
parent b9eb02178f
commit 78b762f95e

View File

@@ -3,7 +3,7 @@ import NavbarFloating from '@/components/ui/NavbarFloating';
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
import SiteBackgroundSlot from "@/components/ui/SiteBackgroundSlot"; import SiteBackgroundSlot from "@/components/ui/SiteBackgroundSlot";
import { Outlet } from 'react-router-dom'; import { Outlet } from 'react-router-dom';
import { ThemeProvider } from "@/providers/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
export default function Layout() { export default function Layout() {
const navItems = [ const navItems = [