UNPKG

ignite-boilerplate-andross-typescript

Version:
14 lines (10 loc) 292 B
import {connect} from "react-redux"; import {LaunchScreenComponent} from "../Components/LaunchScreen/index"; // const mapStateToProps = state => { // return { // }; // }; // const mapDispatchToProps = dispatch => ({ // // }); export default connect(null, null)(LaunchScreenComponent);