import ngModule from '../../module';
import Section from 'salix/components/section';
import './style.scss';
ngModule.vnComponent('vnMonitorSalesOrders', {
template: require('./index.html'),
controller: Section
});