Refactor useToast hook

The useToast hook was refactored into smaller, more manageable files to improve code organization and maintainability.
This commit is contained in:
gpt-engineer-app[bot]
2025-03-16 09:47:29 +00:00
parent cd6c92d7de
commit 61acb461e0
11 changed files with 257 additions and 231 deletions

View File

@@ -0,0 +1,3 @@
export const TOAST_LIMIT = 5 // 최대 5개로 제한
export const TOAST_REMOVE_DELAY = 5000 // 5초 후 DOM에서 제거