diff --git a/frontend/src/components/Layout.tsx b/frontend/src/components/Layout.tsx
index b62e60e..2ecc256 100644
--- a/frontend/src/components/Layout.tsx
+++ b/frontend/src/components/Layout.tsx
@@ -14,7 +14,7 @@ import { Breadcrumbs } from './ui/Breadcrumbs';
import { pageVariants } from '../lib/animations';
import { Search, Bell, Settings, Filter, ChevronDown } from 'lucide-react';
import ThemeToggle from './ThemeToggle';
-import DesignSwitch from './DesignSwitch';
+
import { UserMenu } from './layout/UserMenu';
import { NotificationBell } from './notifications/NotificationBell';
@@ -95,7 +95,6 @@ export default function Layout() {
-