2019-08-31 20:51:14 -07:00

8 lines
255 B
TypeScript

import Component from '@ember/component';
/**
* Will wrap all the search structure (container + presentation) so it is
* easier to reuse the search look and feel (for example in XXX I Own)
*/
export default class SearchSearchMain extends Component {}