salix/modules/worker/front/worker-log/index.js

8 lines
187 B
JavaScript
Raw Normal View History

2020-03-24 11:20:53 +00:00
import ngModule from '../module';
2020-03-25 07:43:49 +00:00
import Section from 'salix/components/section';
2020-03-24 11:20:53 +00:00
ngModule.component('vnWorkerLog', {
template: require('./index.html'),
2020-03-25 07:43:49 +00:00
controller: Section,
2020-03-24 11:20:53 +00:00
});