소스 검색

rename file name

takeru0001 5 년 전
부모
커밋
f8c0df4f09
1개의 변경된 파일0개의 추가작업 그리고 20개의 파일을 삭제
  1. 0 20
      src/client/js/components/LikeCount.jsx

+ 0 - 20
src/client/js/components/LikeCount.jsx

@@ -1,20 +0,0 @@
-import React from 'react';
-import PropTypes from 'prop-types';
-
-class LikeCount extends React.Component {
-
-  constructor(props) {
-    super(props);
-
-    this.state = {
-    };
-  }
-
-  appContainer.apiv3.get('/page/likeCount', { pageId });
-
-
-  render() {
-
-    return ();
-  }
-}