Refactor useToast hook
The useToast hook was refactored into smaller, more manageable files to improve code organization and maintainability.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
|
||||
import { useToast as useOriginalToast, toast as originalToast, ToasterToast } from '@/hooks/use-toast';
|
||||
import { useToast as useOriginalToast, toast as originalToast } from '@/hooks/toast';
|
||||
import type { ToasterToast } from '@/hooks/toast/types';
|
||||
|
||||
/**
|
||||
* 토스트 중복 방지를 위한 설정값
|
||||
|
||||
Reference in New Issue
Block a user