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

8 lines
188 B
JavaScript
Raw Normal View History

2019-03-27 07:56:25 +00:00
import ngModule from '../module';
2020-03-17 14:24:55 +00:00
import Section from 'salix/components/section';
2019-03-27 07:56:25 +00:00
ngModule.vnComponent('vnRouteLog', {
2019-03-27 07:56:25 +00:00
template: require('./index.html'),
2020-03-17 14:24:55 +00:00
controller: Section,
2019-03-27 07:56:25 +00:00
});