소스 검색

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