Store local marks
This commit is contained in:
parent
f66e75575d
commit
6e6e306275
5 changed files with 91 additions and 16 deletions
|
@ -4,7 +4,8 @@ import find from './find';
|
|||
import setting from './setting';
|
||||
import input from './input';
|
||||
import followController from './follow-controller';
|
||||
import mark from './mark';
|
||||
|
||||
export default combineReducers({
|
||||
addon, find, setting, input, followController,
|
||||
addon, find, setting, input, followController, mark,
|
||||
});
|
||||
|
|
Reference in a new issue