diff --git a/packages/pockethost.io/src/util/redirect.ts b/packages/pockethost.io/src/util/redirect.ts index e3d44630..fc747de3 100644 --- a/packages/pockethost.io/src/util/redirect.ts +++ b/packages/pockethost.io/src/util/redirect.ts @@ -3,4 +3,3 @@ export const redirect = (url: string) => { if (typeof window === 'undefined') return window.location.href = url } -