6 lines
134 B
JavaScript
6 lines
134 B
JavaScript
|
import ngModule from '../module';
|
||
|
|
||
|
ngModule.component('vnProductionComment', {
|
||
|
template: require('./production-comment.html')
|
||
|
});
|