aboutsummaryrefslogtreecommitdiff
path: root/src/app/app.module.ts
diff options
context:
space:
mode:
authorSyndamia <kamen.d.mladenov@protonmail.com>2021-03-06 14:29:14 +0200
committerSyndamia <kamen.d.mladenov@protonmail.com>2021-03-06 14:29:14 +0200
commit4b094fb29ea7eaeb58f0c29df60e55586a74db76 (patch)
treedba5ca9fb171c25182b5e2450363b7dce0db1304 /src/app/app.module.ts
parentb379eed12c5f5fa1b1685dc2ad87191733a41d28 (diff)
downloadDevHive-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.ts4
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' }),