mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-25 19:48:50 +03:00
5 lines
71 B
JavaScript
5 lines
71 B
JavaScript
|
import {Factory} from 'miragejs';
|
||
|
|
||
|
export default Factory.extend({
|
||
|
});
|