mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-13 03:36:48 +00:00

* frontend - Module consolidation for some test modules and reduces errors from unsupported API calls * Fix broken test
4 lines
76 B
TypeScript
4 lines
76 B
TypeScript
import { Model } from 'ember-cli-mirage';
|
|
|
|
export default Model.extend({});
|