mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-24 09:08:17 +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 {}
|