Skip to content

Commit 5499991

Browse files
committed
fix: cleanup
Signed-off-by: Innei <[email protected]>
1 parent a58f629 commit 5499991

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
@@ -61,7 +61,3 @@ export const toast: ToastCustom = (
6161
Object.assign(toast, {
6262
dismiss: Toast.dismiss,
6363
})
64-
65-
if (typeof window !== 'undefined') {
66-
window.toast = toast
67-
}

0 commit comments

Comments
 (0)