diff --git a/src/components/admin/admin-layout.tsx b/src/components/admin/admin-layout.tsx index 61cf674..fffa719 100644 --- a/src/components/admin/admin-layout.tsx +++ b/src/components/admin/admin-layout.tsx @@ -24,6 +24,7 @@ import { UserCog, Bell, } from 'lucide-react'; +import { ThemeToggle } from '@/components/theme/theme-toggle'; const menuItems = [ { @@ -264,6 +265,7 @@ export function AdminLayout({ children }: { children: React.ReactNode }) {
+
+ + ); +} + +export default ThemeToggle;