lzy 1 год назад
Родитель
Сommit
fb2d807246
1 измененных файлов с 0 добавлено и 4 удалено
  1. 0 4
      FilmDraw-app/src/app/app.routes.ts

+ 0 - 4
FilmDraw-app/src/app/app.routes.ts

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