diff --git a/frontend/components/product/ChatBox/ChatInput.vue b/frontend/components/product/ChatBox/ChatInput.vue index 206b075..69cfea4 100644 --- a/frontend/components/product/ChatBox/ChatInput.vue +++ b/frontend/components/product/ChatBox/ChatInput.vue @@ -4,6 +4,7 @@ import AiLoading from "~/components/product/ChatBox/AiLoading.vue"; import useCreateChatMessage from "~/composables/api/chat/useCreateChatMessage"; +import { useToast } from "~/composables/global/useToast"; // state