year filter updated

This commit is contained in:
CPM
2026-03-17 18:39:33 +05:30
parent 4ad584785d
commit 77ab412c66
3 changed files with 151 additions and 127 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ const SplashScreen = ({ navigation }) => {
setTimeout(() => {
navigation.reset({
index: 0,
routes: [{ name: 'Project' }],
routes: [{ name: 'Login' }],
});
}, 1000);
}