Simple cache store

This commit is contained in:
Jori Lallo
2016-08-01 19:03:17 +03:00
parent 75fcf6383b
commit 9719496209
8 changed files with 115 additions and 36 deletions

View File

@@ -24,7 +24,7 @@ class UiStore {
const data = JSON.parse(localStorage.getItem(UI_STORE) || '{}');
this.sidebar = data.sidebar;
}
};
}
export default UiStore;
export {