mirror of
https://github.com/OpenSquawk/OpenSquawk
synced 2026-08-05 00:46:00 +08:00
fix imports
This commit is contained in:
@@ -460,8 +460,7 @@
|
||||
|
||||
<script setup lang="ts">
|
||||
import { ref, computed, onMounted, watch } from 'vue'
|
||||
import useCommunicationsEngine from '~/composables/communicationsEngine'
|
||||
import { decideNextStateLLM } from '~/utils/openaiDecision'
|
||||
import useCommunicationsEngine from "../../shared/utils/communicationsEngine";
|
||||
// import useRadioTTS from '~/composables/radioTtsNew' // Falls verfügbar
|
||||
|
||||
// Core State
|
||||
|
||||
Reference in New Issue
Block a user