salix/modules/order/front/src/catalog-search-panel/index.js

8 lines
226 B
JavaScript
Raw Normal View History

import ngModule from '../module';
import SearchPanel from 'core/src/components/searchbar/search-panel';
ngModule.component('vnOrderCatalogSearchPanel', {
template: require('./index.html'),
controller: SearchPanel
});