Explorar el Código

Merge branch 'dev'

0210331 hace 4 meses
padre
commit
ac23b5f4d0
Se han modificado 1 ficheros con 2 adiciones y 10 borrados
  1. 2 10
      src/app/app-routing.module.ts

+ 2 - 10
src/app/app-routing.module.ts

@@ -20,18 +20,10 @@ const routes: Routes = [
     loadChildren: () => import('../modules/tab/tree/tree.module').then(m => m.TreePageModule)
   },
   {
-    path: 'memo',
-    loadChildren: () => import('./memo/memo.module').then( m => m.MemoPageModule)
+    path: 'bounty-store',
+    loadChildren: () => import('../app/bounty-store/bounty-store.module').then(mod => mod.BountyStorePageModule)
   },
 
-  {
-    path: 'user',
-    loadChildren: () => import('../modules/user/user.module').then(m => m.UserModule)
-  },
-  {
-    path: "tree",
-    loadChildren: () => import('../modules/tab/tree/tree.module').then(m => m.TreePageModule)
-  },
 ];
 @NgModule({
   imports: [