update header bar

This commit is contained in:
lenhanphung
2026-02-04 12:49:42 +07:00
parent ec258f4d42
commit 41c839f38b
12 changed files with 114 additions and 23 deletions
+3
View File
@@ -0,0 +1,3 @@
export function redirectTo(url: string): void {
window.location.assign(url);
}