diff --git a/frontend/src/App.vue b/frontend/src/App.vue index b6a51ff..24c56c9 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -65,7 +65,6 @@ import { // State const ttsStore = useTTSStore() -const { unifiedBuffer, audioDuration } = storeToRefs(ttsStore) const text = ref('') const voice = ref(DEFAULT_VOICE) @@ -299,4 +298,4 @@ async function onFileClick(file) { console.error('Error handling file click:', error) } } - \ No newline at end of file +