@@ -91,14 +91,14 @@ export const routes: Routes = [
},
{
path: '',
- redirectTo: '/tabs/tab3',
+ redirectTo: '/tabs/tab4',
pathMatch: 'full'
],
}
];