import { Component, Input, OnInit } from '@angular/core'

// Parent Component
import { PageSubheadingComponent } from '@k-core/modules/page/components/subheading/cmp.page-subheading'

@Component({
	selector: 'page-subheading',
	templateUrl: 'tpl.page-subheading.bauhaus.pug',
	styleUrls: ['sty.page-subheading.bauhaus.scss']
})
export class PageSubheadingBauhausComponent extends PageSubheadingComponent {


}