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