import Ember from 'ember'; export default Ember.Service.extend({ items: [], itemId: null, item: null });