
const mapStateToProps = (state) => {
    return {
        language_type: state.language_type,

    };
};

export default mapStateToProps;