yusuketk 7 anni fa
parent
commit
926b053301
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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 {