From 72a890d1b58fb27529d9dcd6ccd0951725fedebb Mon Sep 17 00:00:00 2001 From: Syndamia Date: Sun, 28 Mar 2021 15:00:19 +0300 Subject: Reimplemented comment page component --- src/app/app.module.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/app/app.module.ts') diff --git a/src/app/app.module.ts b/src/app/app.module.ts index 47651d4..c68f919 100644 --- a/src/app/app.module.ts +++ b/src/app/app.module.ts @@ -26,6 +26,7 @@ import { CommentComponent } from './components/comment/comment.component'; import { PostAttachmentComponent } from './components/post-attachment/post-attachment.component'; import { RouterModule } from '@angular/router'; import { NavbarComponent } from './components/navbar/navbar.component'; +import { CommentPageComponent } from './components/comment-page/comment-page.component'; @NgModule({ declarations: [ @@ -45,6 +46,7 @@ import { NavbarComponent } from './components/navbar/navbar.component'; CommentComponent, PostAttachmentComponent, NavbarComponent, + CommentPageComponent, ], imports: [ BrowserModule.withServerTransition({ appId: 'serverApp' }), -- cgit v1.2.3