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

8 lines
187 B
JavaScript
Raw Normal View History

import ngModule from '../module';
2020-03-18 11:55:22 +00:00
import Section from 'salix/components/section';
ngModule.component('vnTravelLog', {
template: require('./index.html'),
2020-03-18 11:55:22 +00:00
controller: Section,
});