import {connect} from "react-redux";
import {LaunchScreenComponent} from "../Components/LaunchScreen/index";

// const mapStateToProps = state => {
//   return {
//   };
// };

// const mapDispatchToProps = dispatch => ({
//
// });

export default connect(null, null)(LaunchScreenComponent);
