|
@@ -17,10 +17,6 @@ export const routes: Routes = [
|
|
|
path: 'feedback',
|
|
path: 'feedback',
|
|
|
loadComponent: () => import('./homepage/feedback/feedback.page').then( m => m.FeedbackPage)
|
|
loadComponent: () => import('./homepage/feedback/feedback.page').then( m => m.FeedbackPage)
|
|
|
},
|
|
},
|
|
|
- {
|
|
|
|
|
- path: 'privacy',
|
|
|
|
|
- loadComponent: () => import('./homepage/privacy/privacy.page').then( m => m.PrivacyPage)
|
|
|
|
|
- },
|
|
|
|
|
{
|
|
{
|
|
|
path: 'history',
|
|
path: 'history',
|
|
|
loadComponent: () => import('./homepage/history/history.page').then( m => m.HistoryPage)
|
|
loadComponent: () => import('./homepage/history/history.page').then( m => m.HistoryPage)
|