Fix TypeScript errors
Addresses TypeScript errors related to toast implementation and type definitions.
This commit is contained in:
@@ -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 };
|
||||
|
||||
Reference in New Issue
Block a user