Browse Source

0210331-0

0210331 4 months ago
parent
commit
79fb601d6d
1 changed files with 5 additions and 0 deletions
  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: [