lzy 1 년 전
부모
커밋
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)