diff --git a/packages/webui/webapp/components/chat.tsx b/packages/webui/webapp/components/chat.tsx
index 4ec715bb..ec0783d3 100644
--- a/packages/webui/webapp/components/chat.tsx
+++ b/packages/webui/webapp/components/chat.tsx
@@ -16,6 +16,7 @@ import { useChatVirtualization } from "./chat-virtual-list";
import { useSessionContext } from "@/lib/store";
import { iconByName, type SummaryIconType } from "@/lib/transcript";
import type { Locale, MessageKey } from "@/lib/i18n";
+import { WorkspaceChipDropdown } from "./workspace-picker";
/**
* Conversation surface.
@@ -659,15 +660,7 @@ export function HomeState({ t, children, locale }: ChatProps & { children: React
{children}
-
+