mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-23 16:48:12 +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 {}
|