diff --git a/src/App.jsx b/src/App.jsx index bd163ec..ae37fc2 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -25,7 +25,7 @@ function App() { return ( -
+
} /> } /> diff --git a/src/components/Navigation.jsx b/src/components/Navigation.jsx index 4ae187c..a1fb9af 100644 --- a/src/components/Navigation.jsx +++ b/src/components/Navigation.jsx @@ -4,6 +4,7 @@ import { Sheet, SheetContent, SheetTrigger, SheetClose } from '@/components/ui/s import { Globe, Menu } from 'lucide-react' import { Link, useLocation } from 'react-router-dom' import navigationData from '../config/navigation.json' +import ThemeToggle from './ThemeToggle.jsx' function Navigation() { const location = useLocation() @@ -14,7 +15,7 @@ function Navigation() { } return ( -