@@ -12,8 +12,6 @@
)
}
-
const mapStateToProps = (state) => {
return (
{
@@ -21,4 +19,5 @@ const mapStateToProps = (state) => {
+
export default connect(mapStateToProps, action )(Counter);