Przeglądaj źródła

Test new ssh commin

serg1557733 1 rok temu
rodzic
commit
1118d22988
1 zmienionych plików z 1 dodań i 2 usunięć
  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);