diff --git a/src/app/footer/footer.component.html b/src/app/footer/footer.component.html
deleted file mode 100644
index 46fb31d..0000000
--- a/src/app/footer/footer.component.html
+++ /dev/null
@@ -1,7 +0,0 @@
-
\ No newline at end of file
diff --git a/src/app/footer/footer.component.scss b/src/app/footer/footer.component.scss
deleted file mode 100644
index e69de29..0000000
diff --git a/src/app/footer/footer.component.spec.ts b/src/app/footer/footer.component.spec.ts
deleted file mode 100644
index 120f2ae..0000000
--- a/src/app/footer/footer.component.spec.ts
+++ /dev/null
@@ -1,25 +0,0 @@
-import { async, ComponentFixture, TestBed } from '@angular/core/testing';
-
-import { FooterComponent } from './footer.component';
-
-describe('FooterComponent', () => {
- let component: FooterComponent;
- let fixture: ComponentFixture;
-
- beforeEach(async(() => {
- TestBed.configureTestingModule({
- declarations: [FooterComponent]
- })
- .compileComponents();
- }));
-
- beforeEach(() => {
- fixture = TestBed.createComponent(FooterComponent);
- component = fixture.componentInstance;
- fixture.detectChanges();
- });
-
- it('should create', () => {
- expect(component).toBeTruthy();
- });
-});
diff --git a/src/app/footer/footer.component.ts b/src/app/footer/footer.component.ts
deleted file mode 100644
index da17d82..0000000
--- a/src/app/footer/footer.component.ts
+++ /dev/null
@@ -1,15 +0,0 @@
-import { Component, OnInit } from '@angular/core';
-
-@Component({
- selector: 'app-footer',
- templateUrl: './footer.component.html',
- styleUrls: ['./footer.component.scss']
-})
-export class FooterComponent implements OnInit {
-
- constructor() { }
-
- ngOnInit() {
- }
-
-}