Skip to content

Commit c6ee7f5

Browse files
committed
fix: build
Signed-off-by: Innei <[email protected]>
1 parent b71fcb6 commit c6ee7f5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/lib/toast.ts

-4
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,3 @@ export const toast: ToastCustom = (
5555
options?: ToastOptions & CustomToastOptions,
5656
) => toast(message, type as TypeOptions, options)
5757
})
58-
59-
Object.assign(toast, {
60-
dismiss: Toast.dismiss,
61-
})

0 commit comments

Comments
 (0)