export const FooterComponentSchema = {
    selector: 'footer',
    providers: [],
    templateUrl: './footer.component.html'
};
