diff options
| author | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-03-06 14:29:14 +0200 |
|---|---|---|
| committer | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-03-06 14:29:14 +0200 |
| commit | 4b094fb29ea7eaeb58f0c29df60e55586a74db76 (patch) | |
| tree | dba5ca9fb171c25182b5e2450363b7dce0db1304 /src/app/app.module.ts | |
| parent | b379eed12c5f5fa1b1685dc2ad87191733a41d28 (diff) | |
| download | DevHive-Angular-4b094fb29ea7eaeb58f0c29df60e55586a74db76.tar DevHive-Angular-4b094fb29ea7eaeb58f0c29df60e55586a74db76.tar.gz DevHive-Angular-4b094fb29ea7eaeb58f0c29df60e55586a74db76.zip | |
Reverted footer
Diffstat (limited to 'src/app/app.module.ts')
| -rw-r--r-- | src/app/app.module.ts | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/app/app.module.ts b/src/app/app.module.ts index e331a5d..1bf44ad 100644 --- a/src/app/app.module.ts +++ b/src/app/app.module.ts @@ -25,7 +25,6 @@ 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 { FooterComponent } from './components/footer/footer.component'; @NgModule({ declarations: [ @@ -44,8 +43,7 @@ import { FooterComponent } from './components/footer/footer.component'; AdminPanelPageComponent, CommentComponent, CommentPageComponent, - PostAttachmentComponent, - FooterComponent + PostAttachmentComponent ], imports: [ BrowserModule.withServerTransition({ appId: 'serverApp' }), |
