mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-02 22:37:58 +00:00
8 lines
255 B
TypeScript
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 {}
|