Browse Source

0210331-0

0210331 4 tháng trước cách đây
mục cha
commit
79fb601d6d
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  1. 5 0
      src/app/app-routing.module.ts

+ 5 - 0
src/app/app-routing.module.ts

@@ -19,6 +19,11 @@ const routes: Routes = [
     path: "tree",
     loadChildren: () => import('../modules/tab/tree/tree.module').then(m => m.TreePageModule)
   },
+  {
+    path: 'bounty-store',
+    loadChildren: () => import('../app/bounty-store/bounty-store.module').then(mod => mod.BountyStorePageModule)
+  },
+
 ];
 @NgModule({
   imports: [