🏗 Wiring up Settings form

This commit is contained in:
2021-11-15 21:27:04 -08:00
parent 305c172be7
commit b34c985ff4
6 changed files with 201 additions and 76 deletions

View File

@@ -4,7 +4,7 @@ import {
SETTINGS_CALL_IN_PROGRESS,
} from "../constants/action-types";
const initialState = {
settings: {},
data: {},
inProgress: false,
};