diff options
| author | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-03-21 18:13:41 +0200 |
|---|---|---|
| committer | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-03-21 18:13:41 +0200 |
| commit | 578e3408089747fa1cedf59409baf96f27053d21 (patch) | |
| tree | df4baff2e9a0af952f1c2c06ce476488966fcb19 /src/app/app.module.ts | |
| parent | 9a5b8b3d2d036dc9883ce434cb66d7453afa01ab (diff) | |
| download | DevHive-Angular-578e3408089747fa1cedf59409baf96f27053d21.tar DevHive-Angular-578e3408089747fa1cedf59409baf96f27053d21.tar.gz DevHive-Angular-578e3408089747fa1cedf59409baf96f27053d21.zip | |
Removed comment page component
Diffstat (limited to 'src/app/app.module.ts')
| -rw-r--r-- | src/app/app.module.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/app/app.module.ts b/src/app/app.module.ts index f582bbc..cd796c2 100644 --- a/src/app/app.module.ts +++ b/src/app/app.module.ts @@ -22,7 +22,6 @@ import { SuccessBarComponent } from './components/success-bar/success-bar.compon import { PostPageComponent } from './components/post-page/post-page.component'; import { AdminPanelPageComponent } from './components/admin-panel-page/admin-panel-page.component'; import { CommentComponent } from './components/comment/comment.component'; -import { CommentPageComponent } from './components/comment-page/comment-page.component'; import { PostAttachmentComponent } from './components/post-attachment/post-attachment.component'; import { RouterModule } from '@angular/router'; import { NavbarComponent } from './components/navbar/navbar.component'; @@ -43,7 +42,6 @@ import { NavbarComponent } from './components/navbar/navbar.component'; PostPageComponent, AdminPanelPageComponent, CommentComponent, - CommentPageComponent, PostAttachmentComponent, NavbarComponent, ], |
