Begin move to redux

This commit is contained in:
Scott E. Graves
2019-06-04 22:08:21 -05:00
parent a5e21c8dfc
commit fc48c9c0db
7 changed files with 64 additions and 14 deletions

View File

@@ -0,0 +1,3 @@
import {createAction} from "redux-starter-kit";
export const setBusy = createAction('mounts/setBusy');