Files
GPI/src/client/hooks/useToast.ts
2026-03-12 19:36:34 +00:00

3 lines
126 B
TypeScript

// Re-export from the new context file to maintain backward compatibility
export { useToast } from '../context/ToastContext';