update header bar
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
export function redirectTo(url: string): void {
|
||||
window.location.assign(url);
|
||||
}
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,3 @@
|
||||
export function redirectTo(url: string): void {
|
||||
window.location.assign(url);
|
||||
}
|
||||