Osa Details page icon

This commit is contained in:
CPM
2025-11-19 10:24:28 +05:30
parent d65979518f
commit 4ad584785d
13 changed files with 219 additions and 27 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ const SplashScreen = ({ navigation }) => {
setTimeout(() => {
navigation.reset({
index: 0,
routes: [{ name: 'Login' }],
routes: [{ name: 'Project' }],
});
}, 1000);
}