import React from "react"; import { connect } from "react-redux"; import { play, pause, stop } from "../actionCreators"; const ActionButtons = props => (