diff --git a/packages/stage/src/components/Layouts/TamagotchiInteractiveArea.vue b/packages/stage/src/components/Layouts/TamagotchiInteractiveArea.vue index d948d37..ed6735e 100644 --- a/packages/stage/src/components/Layouts/TamagotchiInteractiveArea.vue +++ b/packages/stage/src/components/Layouts/TamagotchiInteractiveArea.vue @@ -11,8 +11,8 @@ import { useMicVAD } from '../../composables/micvad' import { useChatStore } from '../../stores/chat' import { useSettings } from '../../stores/settings' import BasicTextarea from '../BasicTextarea.vue' -import DesktopChatHistory from '../Widgets/TamagotchiChatHistory.vue' -import DesktopSettings from '../Widgets/TamagotchiSettings.vue' +import TamagotchiChatHistory from '../Widgets/TamagotchiChatHistory.vue' +import TamagotchiSettings from '../Widgets/TamagotchiSettings.vue' const messageInput = ref('') const listening = ref(false) @@ -91,7 +91,7 @@ onMounted(() => {