madiator.com/ui/component/i18nMessage/index.js

12 lines
180 B
JavaScript
Raw Normal View History

2021-08-16 12:11:25 +02:00
import { connect } from 'react-redux';
import i18n from './view';
const select = state => ({});
const perform = () => ({});
export default connect(
select,
perform
)(i18n);