landing page

This commit is contained in:
2025-10-13 11:16:05 +02:00
parent 131c7b3f37
commit a83bd3128b
8 changed files with 97 additions and 14 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ export default ({ navigation }) => {
index: 0,
routes: [
{
name: Routes.Login,
name: Routes.LandingPage,
},
],
});