)
}
diff --git a/frontend/src/features/interview/ui/live/QuestionBubble.tsx b/frontend/src/features/interview/ui/live/QuestionBubble.tsx
index 3c46a15d..f543659f 100644
--- a/frontend/src/features/interview/ui/live/QuestionBubble.tsx
+++ b/frontend/src/features/interview/ui/live/QuestionBubble.tsx
@@ -2,6 +2,7 @@ import type { Message } from '@/domain/session'
import { StatusBadge } from '@/shared/ui/StatusBadge'
import { categoryLabel } from '../../lib/categoryLabel'
import { useTtsPlayback } from '../../lib/media/useTtsPlayback'
+import { FOLLOWUP_GENERATING_TEXT } from '../../model/streamingBuffer'
function PlayIcon({ playing }: { playing: boolean }) {
return (
@@ -41,7 +42,15 @@ export function QuestionBubble({
)}