| 27 | import { enumIcons } from '../../slash-commands/SlashCommandCommonEnumsProvider.js'; | 27 | import { enumIcons } from '../../slash-commands/SlashCommandCommonEnumsProvider.js'; |
| 28 | import { POPUP_TYPE, callGenericPopup } from '../../popup.js'; | 28 | import { POPUP_TYPE, callGenericPopup } from '../../popup.js'; |
| 29 | import { GoogleTranslateTtsProvider } from './google-translate.js'; | 29 | import { GoogleTranslateTtsProvider } from './google-translate.js'; |
| | 30 | import { ChatterboxTtsProvider } from './chatterbox.js'; |
| 30 | import { KokoroTtsProvider } from './kokoro.js'; | 31 | import { KokoroTtsProvider } from './kokoro.js'; |
| 31 | import { TtsWebuiProvider } from './tts-webui.js'; | 32 | import { TtsWebuiProvider } from './tts-webui.js'; |
| 32 | | 33 | |