yusuketk 7 년 전
부모
커밋
926b053301
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/client/js/components/TagsListPage.jsx

+ 1 - 1
src/client/js/components/TagsListPage.js → src/client/js/components/TagsListPage.jsx

@@ -1,5 +1,5 @@
 import React from 'react';
-import PropTypes from 'prop-types';
+// import PropTypes from 'prop-types';
 
 // SearchTypeahead wrapper
 export default class TagsListPage extends React.Component {