2020-03-02 08:28:08 +00:00
|
|
|
import ngModule from '../module';
|
2020-03-17 13:43:46 +00:00
|
|
|
import Section from 'salix/components/section';
|
2020-03-02 08:28:08 +00:00
|
|
|
|
|
|
|
ngModule.component('vnEntryLog', {
|
|
|
|
template: require('./index.html'),
|
2020-03-17 13:43:46 +00:00
|
|
|
controller: Section,
|
2020-03-02 08:28:08 +00:00
|
|
|
});
|