8 lines
191 B
JavaScript
8 lines
191 B
JavaScript
|
import ngModule from '../module';
|
||
|
import Section from 'salix/components/section';
|
||
|
|
||
|
ngModule.vnComponent('vnShelvingLog', {
|
||
|
template: require('./index.html'),
|
||
|
controller: Section,
|
||
|
});
|