diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 8e702d4..69ee7ed 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -28,6 +28,7 @@ export default function App() { sendText, startRecording, stopRecording, + livePartial, } = useConversation(); const [currentSceneId, setCurrentSceneId] = useState('cozy-room'); @@ -143,7 +144,7 @@ export default function App() { {/* Column 3: Chat + Text Input */}