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

9 lines
214 B
JavaScript

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