mirror of
https://github.com/datahub-project/datahub.git
synced 2025-09-01 05:13:15 +00:00
5 lines
167 B
TypeScript
5 lines
167 B
TypeScript
![]() |
import Component from '@ember/component';
|
||
|
|
||
|
// Stubbing this component in the dummy for test purposes
|
||
|
export default class ChangeLogSearchProvider extends Component {}
|