salix/modules/client/front/log/index.js

8 lines
189 B
JavaScript
Raw Normal View History

2018-10-03 09:27:05 +00:00
import ngModule from '../module';
2020-03-17 10:17:50 +00:00
import Section from 'salix/components/section';
2018-10-03 09:27:05 +00:00
ngModule.vnComponent('vnClientLog', {
2018-10-03 09:27:05 +00:00
template: require('./index.html'),
2020-03-17 10:17:50 +00:00
controller: Section,
2018-10-03 09:27:05 +00:00
});