Skip to content

Commit

Permalink
fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
alvinsj committed Jun 10, 2024
1 parent d1bc2fa commit 8252a26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ export const redirect = (url: string) => {
window.location.replace(url)
}

export const relaod = () => window.location.reload()
export const reload = () => window.location.reload()

0 comments on commit 8252a26

Please sign in to comment.