From 6e1fb1f072201667546b1c7a7b06befd31383925 Mon Sep 17 00:00:00 2001 From: marzban-dev Date: Thu, 16 Jan 2025 15:53:43 +0330 Subject: [PATCH] Update imports --- frontend/components/global/ToastContainer/ToastBox.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/components/global/ToastContainer/ToastBox.vue b/frontend/components/global/ToastContainer/ToastBox.vue index d274de6..d12d88e 100644 --- a/frontend/components/global/ToastContainer/ToastBox.vue +++ b/frontend/components/global/ToastContainer/ToastBox.vue @@ -2,7 +2,8 @@ // import -import type { ToastOptions } from "~/composables/useToast"; +import type { ToastOptions } from "~/composables/global/useToast"; +import { useToast } from "~/composables/global/useToast"; // type