2018-09-04 13:08:36 +00:00
|
|
|
import ngModule from '../module';
|
2018-12-27 11:54:16 +00:00
|
|
|
import SearchPanel from 'core/components/searchbar/search-panel';
|
2018-09-04 13:08:36 +00:00
|
|
|
|
2020-07-24 12:22:30 +00:00
|
|
|
ngModule.vnComponent('vnClaimSearchPanel', {
|
2018-09-04 13:08:36 +00:00
|
|
|
template: require('./index.html'),
|
|
|
|
controller: SearchPanel
|
|
|
|
});
|