3 lines
126 B
TypeScript
3 lines
126 B
TypeScript
// Re-export from the new context file to maintain backward compatibility
|
|
export { useToast } from '../context/ToastContext';
|