salix/modules/monitor/front/index/orders/index.js

9 lines
223 B
JavaScript

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