historynpage

This commit is contained in:
CHIEFSOFT\ameye
2024-01-03 10:23:54 -05:00
parent acd45dc86a
commit a9f04e5cc7
8 changed files with 104 additions and 1 deletions
+5
View File
@@ -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)
},