Update src/components/Layout.tsx
This commit is contained in:
@@ -3,7 +3,7 @@ import NavbarInline from '@/components/ui/NavbarInline';
|
||||
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
import SiteBackgroundSlot from "@/components/ui/SiteBackgroundSlot";
|
||||
import { Outlet } from 'react-router-dom';
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider/ThemeProvider";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
|
||||
export default function Layout() {
|
||||
const navItems = [
|
||||
|
||||
Reference in New Issue
Block a user