@@ -1,6 +1,6 @@
import { connect } from "react-redux";
import * as action from '../actions';
-
+
const Counter = ({ counter, inc, dec, rnd}) => {
return (
<>
@@ -12,6 +12,8 @@
)
}
const mapStateToProps = (state) => {
{