Update src/components/Layout.tsx
This commit is contained in:
@@ -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 = [
|
||||||
|
|||||||
Reference in New Issue
Block a user