Fix TypeScript errors

Addresses TypeScript errors related to toast implementation and type definitions.
This commit is contained in:
gpt-engineer-app[bot]
2025-03-16 09:15:27 +00:00
parent 7ab79d125e
commit 7b50054da4
6 changed files with 23 additions and 17 deletions

View File

@@ -1,4 +1,5 @@
import { useToast, toast } from "@/hooks/use-toast";
// useToast.wrapper.ts에서 수정된 toast 함수를 사용하도록 리디렉션
import { useToast, toast } from "@/hooks/useToast.wrapper";
export { useToast, toast };