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

8 lines
187 B
JavaScript
Raw Normal View History

2020-12-02 11:05:47 +00:00
import ngModule from '../module';
import Section from 'salix/components/section';
ngModule.vnComponent('vnZoneLog', {
template: require('./index.html'),
controller: Section,
});