/**
 * Made by mkcomponent.sh
*/

import { Component } from '@angular/core'

// Parent component
import { MountheightComponent } from '@k-core/modules/configurator/components/mount-height/cmp.mount-height'


@Component({
    moduleId: module.id+ '',
    selector: 'configurator-mountheight',
    templateUrl: './template/tpl--mount-height.pug',
    styleUrls: ['sty.mount-height.bauhaus.scss']
})

export class MountheightBauhausComponent extends MountheightComponent {}