Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <[email protected]>
  • Loading branch information
Innei committed Oct 15, 2024
1 parent b71fcb6 commit c6ee7f5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/lib/toast.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,3 @@ export const toast: ToastCustom = (
options?: ToastOptions & CustomToastOptions,
) => toast(message, type as TypeOptions, options)
})

Object.assign(toast, {
dismiss: Toast.dismiss,
})

0 comments on commit c6ee7f5

Please sign in to comment.