mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-09 22:24:26 +02:00
initial level store work
This commit is contained in:
parent
5e2640a0d9
commit
304633228c
3 changed files with 123 additions and 0 deletions
|
@ -19,6 +19,8 @@ module.exports = {
|
|||
},
|
||||
|
||||
ActionTypes: keyMirror({
|
||||
SET_LEVEL_SOLVED: null,
|
||||
RESET_LEVELS_SOLVED: null,
|
||||
CHANGE_IS_ANIMATING: null,
|
||||
CHANGE_FLIP_TREE_Y: null,
|
||||
SUBMIT_COMMAND: null,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue