import * as React from "react" import { connect } from "react-redux" import { bindActionCreators } from "redux" import Header from "../components/header" import MainSection from "../components/main-section" import { actions } from "../stores" const App = (props: any) => (