import { Component } from '@angular/core'
import { CategoryOverviewComponent } from '@k-core/modules/catalog/components/category-overview/cmp.category-overview';



@Component({
    moduleId: module.id+ '',
    selector: 'b2b-category-overview',
    templateUrl: 'tpl.category-overview.pug',
    styleUrls: ['./sty.category-overview.scss']
})

export class B2B_CategoryOverviewComponent extends CategoryOverviewComponent {}