added backup and email client
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
import { toast } from './core/toast';
|
||||
|
||||
export * from './headless';
|
||||
|
||||
export { ToastBar } from './components/toast-bar';
|
||||
export { ToastIcon } from './components/toast-icon';
|
||||
export { Toaster } from './components/toaster';
|
||||
export { CheckmarkIcon } from './components/checkmark';
|
||||
export { ErrorIcon } from './components/error';
|
||||
export { LoaderIcon } from './components/loader';
|
||||
|
||||
export { toast };
|
||||
export default toast;
|
||||
Reference in New Issue
Block a user