/**
 * @since Tue Oct 23 2018
 * @author Charles Gouldmann - Klean
 */

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

// 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.scss']
})

export class MountheightComponent_Suntex extends MountheightComponent  {}
