+
+ Copyright © 2017 Loafle. All rights reserved
+
+
\ No newline at end of file
diff --git a/src/app/commons/layouts/footer/footer.component.scss b/src/app/commons/layouts/footer/footer.component.scss
new file mode 100644
index 0000000..e69de29
diff --git a/src/app/commons/layouts/footer/footer.component.spec.ts b/src/app/commons/layouts/footer/footer.component.spec.ts
new file mode 100644
index 0000000..2ca6c45
--- /dev/null
+++ b/src/app/commons/layouts/footer/footer.component.spec.ts
@@ -0,0 +1,25 @@
+import { async, ComponentFixture, TestBed } from '@angular/core/testing';
+
+import { FooterComponent } from './footer.component';
+
+describe('FooterComponent', () => {
+ let component: FooterComponent;
+ let fixture: ComponentFixture