historynpage
This commit is contained in:
@@ -266,6 +266,11 @@ const routes: Routes = [
|
||||
path: 'preferences',
|
||||
loadChildren: () => import('./pages/preferences/preferences.module').then(m => m.PreferencesPageModule)
|
||||
},
|
||||
{
|
||||
path: 'history',
|
||||
loadChildren: () => import('./pages/history/history.module').then(m => m.HistoryPageModule)
|
||||
},
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user