style fix

This commit is contained in:
Ben Allfree 2022-10-14 01:16:00 -07:00
parent 9ebfce41ef
commit dbd063809e

View File

@ -3,4 +3,3 @@ export const redirect = (url: string) => {
if (typeof window === 'undefined') return
window.location.href = url
}