diff --git a/frontend/src/components/layout/AppLayout.tsx b/frontend/src/components/layout/AppLayout.tsx
index 3a755bb..d03345a 100644
--- a/frontend/src/components/layout/AppLayout.tsx
+++ b/frontend/src/components/layout/AppLayout.tsx
@@ -1,6 +1,5 @@
import { type ReactNode } from 'react'
import { Sidebar } from './Sidebar'
-import { ContextStrip } from './ContextStrip'
import { ShortcutsDialog } from './ShortcutsDialog'
import { CommandPalette } from '@/components/command-palette/CommandPalette'
import { Toaster } from '@/components/ui/toast'
@@ -20,7 +19,6 @@ export function AppLayout({ children }: AppLayoutProps) {