0210331 4 mesiacov pred
rodič
commit
ac23b5f4d0
1 zmenil súbory, kde vykonal 2 pridanie a 10 odobranie
  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: [