feat: Implement getLevelVocab
This commit is contained in:
@@ -9,6 +9,7 @@ import { setAuthenticated, setUser } from "../actions";
|
||||
const mapStateToProps = state => {
|
||||
return {
|
||||
authenticated: state.authenticated,
|
||||
user: state.user,
|
||||
};
|
||||
};
|
||||
const mapDispatchToProps = dispatch => {
|
||||
|
||||
Reference in New Issue
Block a user