aboutsummaryrefslogtreecommitdiff
path: root/src/app/app.module.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/app.module.ts')
-rw-r--r--src/app/app.module.ts2
1 files changed, 2 insertions, 0 deletions
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' }),