diff --git a/components/tts-button.tsx b/components/tts-button.tsx index a9d73c6..afa4777 100644 --- a/components/tts-button.tsx +++ b/components/tts-button.tsx @@ -7,7 +7,7 @@ import { useEffect, useRef, useState } from "react"; import { useServerAction } from "zsa-react"; import { convertTextToSpeechAction } from "@/app/account/settings/tokens/actions"; import { toast } from "sonner"; -import { TTSSettings } from "@/app/account/settings/text-to-speech/tts-settings-form"; +import { TTSSettings } from "@/app/account/settings/text-to-speech/page"; const useTTSSettings = () => { const [settings, setSettings] = useState(() => {