Skip to content

Commit

Permalink
Breaking: No longer expose dispatch
Browse files Browse the repository at this point in the history
Closes #59
  • Loading branch information
timolins committed Mar 21, 2021
1 parent d60adb6 commit 8f82fec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import {
ToastPosition as _ToastPosition,
} from './core/types';
export { useToaster } from './core/use-toaster';
export { dispatch, ActionType } from './core/store';
export { ToastBar } from './components/toast-bar';
export { Toaster } from './components/toaster';
export { useStore as useToasterStore } from './core/store';
Expand Down

0 comments on commit 8f82fec

Please sign in to comment.