serg1557733 пре 1 година
родитељ
комит
1118d22988
1 измењених фајлова са 1 додато и 2 уклоњено
  1. 1 2
      src/components/Counter.js

+ 1 - 2
src/components/Counter.js

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