restructure

This commit is contained in:
Ren Amamiya
2023-05-11 16:43:07 +07:00
parent 62d6f06b39
commit 2804d25f06
18 changed files with 105 additions and 8 deletions

View File

@@ -177,7 +177,7 @@ export function Page() {
() => {
updateLastLogin(dateToUnix(now.current));
timeout = setTimeout(() => {
navigate('/app/radar', { overwriteLastHistoryEntry: true });
navigate('/app/today', { overwriteLastHistoryEntry: true });
}, 5000);
}
);