Skip to content

Commit

Permalink
fix(constants): correct import of replaceVoiceURL conversation
Browse files Browse the repository at this point in the history
  • Loading branch information
SecondThundeR committed Sep 29, 2024
1 parent dd66f4a commit bf1ea81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants/conversations.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { newRemoteVoices } from "@/src/conversations/newRemoteVoices";
import { newVoices } from "@/src/conversations/newVoices";
import { replaceVoiceFile } from "@/src/conversations/replaceVoiceFile";
import { replaceVoiceURL } from "@/src/conversations/replaceVoiceUrl";
import { replaceVoiceURL } from "@/src/conversations/replaceVoiceURL";
import { updateVoiceFile } from "@/src/conversations/updateVoiceFile";
import { updateVoiceID } from "@/src/conversations/updateVoiceID";
import { updateVoiceTitle } from "@/src/conversations/updateVoiceTitle";
Expand Down

0 comments on commit bf1ea81

Please sign in to comment.