Adding a notification stack for error messages

This commit is contained in:
Eugen Rochko
2016-09-12 19:20:55 +02:00
parent 05b0c985b4
commit d6a64f45fd
17 changed files with 115 additions and 45 deletions

View File

@ -58,4 +58,4 @@ export default function compose(state = initialState, action) {
default:
return state;
}
}
};