@@ -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: [