mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-13 22:12:15 -07:00
* 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>
8 lines
148 B
TypeScript
8 lines
148 B
TypeScript
import { useToast, ToastProvider } from './ToastContext';
|
|
import Toast from './Toast';
|
|
|
|
export {
|
|
Toast as default,
|
|
useToast,
|
|
ToastProvider,
|
|
}
|