From ea550737e38ea6cfb9aa48c86334b72bb2ae066f Mon Sep 17 00:00:00 2001 From: marzban-dev Date: Sun, 19 Jan 2025 19:52:58 +0330 Subject: [PATCH] Updated --- frontend/components/product/ChatBox/ChatInput.vue | 1 + 1 file changed, 1 insertion(+) 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