4 lines
66 B
JavaScript
4 lines
66 B
JavaScript
|
import DS from 'ember-data';
|
||
|
|
||
|
export default DS.Store.extend({
|
||
|
});
|