updated navigation for login and signup

This commit is contained in:
Christopher Sanden
2026-03-17 16:06:47 +01:00
parent c9d0bf85c7
commit f688307b39
5 changed files with 205 additions and 106 deletions

View File

@@ -88,7 +88,7 @@ export default function NewNoteScreen() {
return
}
router.replace("/index")
router.replace("/")
}
}