export const HeaderComponentSchema = {
    selector: 'header',
    providers: [],
    templateUrl: './header.component.html',
    styles: [
        `h1 {
    margin-top: 75px;
}`
    ]
};
