2020-01-10 10:52:35 +00:00
|
|
|
import ngModule from '../module';
|
2020-03-17 13:43:46 +00:00
|
|
|
import Section from 'salix/components/section';
|
2020-02-18 09:33:17 +00:00
|
|
|
|
2020-04-28 12:26:02 +00:00
|
|
|
export default class Controller extends Section {}
|
2020-01-10 10:52:35 +00:00
|
|
|
|
|
|
|
ngModule.component('vnEntryIndex', {
|
|
|
|
template: require('./index.html'),
|
|
|
|
controller: Controller
|
|
|
|
});
|