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

9 lines
214 B
JavaScript
Raw Normal View History

2021-05-04 10:44:21 +00:00
import ngModule from '../module';
import Section from 'salix/components/section';
2021-05-11 07:43:15 +00:00
import './style.scss';
2021-05-04 10:44:21 +00:00
ngModule.vnComponent('vnMonitorIndex', {
template: require('./index.html'),
2021-05-12 11:06:36 +00:00
controller: Section
2021-05-04 10:44:21 +00:00
});