feat: Implement getLevelVocab

This commit is contained in:
Alexander Polynomdivision
2018-09-20 21:03:46 +02:00
parent f26ce20e13
commit d452088253
2 changed files with 17 additions and 30 deletions

View File

@@ -9,6 +9,7 @@ import { setAuthenticated, setUser } from "../actions";
const mapStateToProps = state => {
return {
authenticated: state.authenticated,
user: state.user,
};
};
const mapDispatchToProps = dispatch => {