import ngModule from '../../module'; import Section from 'salix/components/section'; import './style.scss'; ngModule.vnComponent('vnItemWasteIndex', { template: require('./index.html'), controller: Section });