Kaynağa Gözat

Test new ssh commin

serg1557733 1 yıl önce
ebeveyn
işleme
1118d22988
1 değiştirilmiş dosya ile 1 ekleme ve 2 silme
  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);