takeru0001 5 лет назад
Родитель
Сommit
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 ();
-  }
-}