Files
Cockatrice/webclient/src/components/Toast/index.ts
T
Brent Clark 4c04b4ef5a Webatrice: Registration toasts (#4566)
* wip

* Registration Success Toast

* remove debugging code

* remove unused field

* Show toast on successful password reset

* Toast on account activation success

* lint and PR feedback

* Rework interface names to avoid collision

* Move CssBaseline to sibling of ToastProvider

Co-authored-by: Brent Clark <brent@backboneiq.com>
2022-02-16 02:40:30 +01:00

9 lines
148 B
TypeScript

import { useToast, ToastProvider } from './ToastContext';
import Toast from './Toast';
export {
Toast as default,
useToast,
ToastProvider,
}