export * from './footer.module';

import { FooterComponent } from './footer.component';

export const footerModuleComponents = [FooterComponent];
