123 3 mēneši atpakaļ
vecāks
revīzija
2428f3fc14
1 mainītis faili ar 1 papildinājumiem un 5 dzēšanām
  1. 1 5
      health-chamberlain/src/app/tabs/tabs.routes.ts

+ 1 - 5
health-chamberlain/src/app/tabs/tabs.routes.ts

@@ -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',