Skip to content

Commit

Permalink
fix: cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <i@innei.in>
  • Loading branch information
Innei committed Feb 4, 2024
1 parent a58f629 commit 5499991
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 @@ -61,7 +61,3 @@ export const toast: ToastCustom = (
Object.assign(toast, {
dismiss: Toast.dismiss,
})

if (typeof window !== 'undefined') {
window.toast = toast
}

0 comments on commit 5499991

Please sign in to comment.