Initial commit
This commit is contained in:
5
utils/helpers.js
Normal file
5
utils/helpers.js
Normal file
@@ -0,0 +1,5 @@
|
||||
export function delayed_redirect(url) {
|
||||
setTimeout(() => {
|
||||
window.location.href = url;
|
||||
}, 5000);
|
||||
}
|
||||
Reference in New Issue
Block a user