2019-11-10 10:08:44 +00:00
|
|
|
import ngModule from '../module';
|
|
|
|
import ModuleMain from 'salix/components/module-main';
|
|
|
|
|
|
|
|
ngModule.vnComponent('vnClaim', {
|
2022-03-02 10:07:35 +00:00
|
|
|
controller: ModuleMain,
|
2019-11-10 10:08:44 +00:00
|
|
|
template: require('./index.html')
|
|
|
|
});
|