import { Component } from '@angular/core';

// Компоненты
import { CrmPowerSelectPopupComponent } from '../crm-power-select-popup/crm-power-select-popup.component';

// Всплывающее окно селектора (дерево)
@Component({
	selector: 'crm-power-select-tree-popup',
	templateUrl: './crm-power-select-tree-popup.component.html',
	styleUrls: ['./crm-power-select-tree-popup.component.scss']
})
export class CrmPowerSelectTreePopupComponent extends CrmPowerSelectPopupComponent {}
