mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-12 11:01:29 -07:00
4c04b4ef5a
* 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>
9 lines
148 B
TypeScript
9 lines
148 B
TypeScript
import { useToast, ToastProvider } from './ToastContext';
|
|
import Toast from './Toast';
|
|
|
|
export {
|
|
Toast as default,
|
|
useToast,
|
|
ToastProvider,
|
|
}
|