Skip to content

Commit

Permalink
chore: add toast as an export directly from payload
Browse files Browse the repository at this point in the history
  • Loading branch information
paulpopus committed Sep 26, 2024
1 parent 800ffd2 commit 37135be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/payload/src/exports/components.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ export { default as Menu } from '../admin/components/icons/Menu'
export { default as Search } from '../admin/components/icons/Search'
export { default as X } from '../admin/components/icons/X'
export { default as MinimalTemplate } from '../admin/components/templates/Minimal'
export { toast } from 'react-toastify'

0 comments on commit 37135be

Please sign in to comment.