diff --git a/ui/components/EmptyChat.tsx b/ui/components/EmptyChat.tsx index 6b9fddb..c4ab3af 100644 --- a/ui/components/EmptyChat.tsx +++ b/ui/components/EmptyChat.tsx @@ -1,4 +1,5 @@ import EmptyChatMessageInput from './EmptyChatMessageInput'; +import { ThemeSwitcher } from './theme/Switcher'; const EmptyChat = ({ sendMessage, @@ -10,7 +11,8 @@ const EmptyChat = ({ setFocusMode: (mode: string) => void; }) => { return ( -
+
+

Research begins here.