Your IP : 3.15.219.74


Current Path : /var/www/www-root/data/www/www.monolith-realty.ru/bitrix/js/ui/info-helper/src/
Upload File :
Current File : /var/www/www-root/data/www/www.monolith-realty.ru/bitrix/js/ui/info-helper/src/export.js

import { InfoHelper } from './info-helper';
import { FeaturePromoter } from './feature-promoter';
import { FeaturePromotersRegistry } from './feature-promoters-registry';
import { FeaturePromoterAutoBinder } from './feature-promoter-auto-binder';
import './info-helper.css';

export {
	InfoHelper,
	FeaturePromoter,
	FeaturePromotersRegistry,
};

BX.ready(() => {
	FeaturePromoterAutoBinder.launch();
});