import ngModule from '../module';
import Section from 'salix/components/section';
class Controller extends Section {}
ngModule.vnComponent('vnItemBotanical', {
template: require('./index.html'),
controller: Controller
});