|
@@ -26,11 +26,7 @@ export const routes: Routes = [
|
|
|
loadComponent: () =>
|
|
|
import('../page-inquiry/page-inquiry.component').then((m) => m.PageInquiryComponent),
|
|
|
},
|
|
|
- {
|
|
|
- path: 'test',
|
|
|
- loadComponent: () =>
|
|
|
- import('../page-test/page-test.component').then((m) => m.PageTestComponent),
|
|
|
- },
|
|
|
+
|
|
|
{
|
|
|
path: '',
|
|
|
redirectTo: '/tabs/tab1',
|