Files
zellyy-finance/src/hooks/use-toast.ts
gpt-engineer-app[bot] 61acb461e0 Refactor useToast hook
The useToast hook was refactored into smaller, more manageable files to improve code organization and maintainability.
2025-03-16 09:47:29 +00:00

5 lines
208 B
TypeScript

// 이 파일은 기존 import 경로 호환성을 위한 리디렉션입니다
export { useToast, toast, TOAST_LIMIT, TOAST_REMOVE_DELAY } from "./toast";
export type { ToasterToast } from "./toast/types";