mirror of
https://github.com/documize/community.git
synced 2025-07-22 22:59:43 +02:00
5 lines
81 B
JavaScript
5 lines
81 B
JavaScript
|
import { Factory } from 'ember-cli-mirage';
|
||
|
|
||
|
export default Factory.extend({
|
||
|
});
|