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