feat: application preferences.

This commit is contained in:
Ahmed Bouhuolia
2020-12-02 17:21:54 +02:00
parent 1da83ccaf3
commit 2feb4c2e88
45 changed files with 1321 additions and 1293 deletions

View File

@@ -3,6 +3,7 @@ import t from 'store/types';
const initialState = {
data: {},
loading: false,
};
export default createReducer(initialState, {