浏览代码

Test new ssh commin

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