1 import Ember from 'ember';
2
3 export default Ember.Service.extend({
4
5 items: [],
6
7 itemId: null,
8 item: null
9
10 });