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);