ZPRP/app/storages/products.js

12 lines
255 B
JavaScript
Raw Normal View History

2020-01-05 16:12:38 +01:00
import StorageArray from 'ember-local-storage/local/array';
const Storage = StorageArray.extend();
// Uncomment if you would like to set initialState
// Storage.reopenClass({
// initialState() {
// return [];
// }
// });
export default Storage;