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

// Extend
import { BlockImageTextandButtonComponent } from '@k-core/modules/block/components/image-text-and-button/cmp.image-text-and-button'

@Component({
    moduleId: module.id+ '',
    selector: 'block-image-text-and-button',
    templateUrl: './tpl.image-text-and-button.b2b.pug',
    styleUrls: ['sty.image-text-and-button.scss'],
    host: {'style': 'display: flex; height: 100%;'}
})

export class B2B__BlockImageTextandButtonComponent extends BlockImageTextandButtonComponent implements OnInit {
    // ---- Functions ---- \\
    // * Magic * //
}