2020-01-15 12:07:33 +00:00
|
|
|
import ngModule from '../module';
|
2020-03-17 13:43:46 +00:00
|
|
|
import Section from 'salix/components/section';
|
2020-01-15 12:07:33 +00:00
|
|
|
import './style.scss';
|
|
|
|
|
2020-07-24 12:22:30 +00:00
|
|
|
ngModule.vnComponent('vnItemWaste', {
|
2020-01-15 12:07:33 +00:00
|
|
|
template: require('./index.html'),
|
2020-03-17 13:43:46 +00:00
|
|
|
controller: Section
|
2020-01-15 12:07:33 +00:00
|
|
|
});
|