import ngModule from '../module';
import Section from 'salix/components/section';
import './style.scss';

ngModule.vnComponent('vnItemWaste', {
    template: require('./index.html'),
    controller: Section
});