New pages added

This commit is contained in:
Olu Amey
2022-10-04 12:08:40 -04:00
parent 5cdcb90af9
commit 239331c10a
22 changed files with 282 additions and 28 deletions
@@ -0,0 +1,14 @@
import { Component, OnInit } from '@angular/core';
@Component({
selector: 'app-footer-menu',
templateUrl: './footer-menu.component.html',
styleUrls: ['./footer-menu.component.scss'],
})
export class FooterMenuComponent implements OnInit {
constructor() { }
ngOnInit() {}
}