From 4b30c132dfb5d297b737448a49bf79a1512c2d26 Mon Sep 17 00:00:00 2001 From: bsu3338 Date: Sun, 3 Sep 2023 20:14:01 -0500 Subject: [PATCH] Update useServerStream.ts --- client/src/hooks/useServerStream.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/hooks/useServerStream.ts b/client/src/hooks/useServerStream.ts index 09ee440f63..b2c457bef4 100644 --- a/client/src/hooks/useServerStream.ts +++ b/client/src/hooks/useServerStream.ts @@ -3,7 +3,7 @@ import { useResetRecoilState, useSetRecoilState } from 'recoil'; import { SSE, createPayload, tMessageSchema, tConversationSchema } from 'librechat-data-provider'; import type { TResPlugin, TMessage, TConversation, TSubmission } from 'librechat-data-provider'; import { useAuthContext } from '~/hooks/AuthContext'; -import useSpeechSynthesis from '../Messages/SpeechSynthesis'; +import useSpeechSynthesis from '../components/Messages/SpeechSynthesis'; import store from '~/store'; type TResData = {