mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-02-04 07:14:03 +00:00
f39787152e
* Add repo wide prettier command to prepush * Make config file explict, remove formatAll to prepush * Fix react router typings * Add more typings * Fix event typings, fix transition children
7 lines
159 B
TypeScript
7 lines
159 B
TypeScript
import { connect } from 'react-redux';
|
|
import ENS from './components/ENS';
|
|
|
|
const mapStateToProps = () => ({});
|
|
|
|
export default connect(mapStateToProps)(ENS);
|