mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-02-24 16:58:07 +00:00
7 lines
158 B
TypeScript
7 lines
158 B
TypeScript
import { connect } from 'react-redux';
|
|
import ENS from './components/ENS';
|
|
|
|
const mapStateToProps = _ => ({});
|
|
|
|
export default connect(mapStateToProps)(ENS);
|