Skip to content

Instantly share code, notes, and snippets.

@henev
Last active April 12, 2022 22:37
Show Gist options
  • Save henev/ecd6f69b6879ad2d360926da32acb794 to your computer and use it in GitHub Desktop.
Save henev/ecd6f69b6879ad2d360926da32acb794 to your computer and use it in GitHub Desktop.
Toast/index.js
import { ToastProvider } from './ToastProvider';
import { useToast } from './useToast';
export { ToastProvider, useToast };
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment