@@ -5,7 +5,8 @@ import { Tab1Page } from './tab1.page';
const routes: Routes = [
{
path: '',
- component: Tab1Page,
+ component: Tab1Page,
+
}
];