Skip to content

Commit

Permalink
fix(tts-button): updated type import path
Browse files Browse the repository at this point in the history
  • Loading branch information
JaleelB committed Aug 21, 2024
1 parent 3915e24 commit a34ef39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/tts-button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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(() => {
Expand Down

0 comments on commit a34ef39

Please sign in to comment.