UNPKG

celerichain-ember-cor

Version:

Provides all the core services, decorators and utilities for building a Fleetbase extension for the Console.

13 lines (9 loc) 271 B
import StorageObject from 'ember-local-storage/local/object'; const Storage = StorageObject.extend(); // Uncomment if you would like to set initialState // Storage.reopenClass({ // initialState() { // return {}; // } // }); export default Storage;