mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-01 13:54:35 +03:00
5 lines
75 B
JavaScript
5 lines
75 B
JavaScript
|
import {Model} from 'ember-cli-mirage';
|
||
|
|
||
|
export default Model.extend({
|
||
|
});
|