mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-01 03:09: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 {}
|