import ngModule from '../module';
import SearchPanel from 'core/components/searchbar/search-panel';

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