Yuki Takei 6 лет назад
Родитель
Сommit
7cc2a2292d
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      src/client/js/components/Sidebar.jsx
  2. 1 1
      src/client/js/components/Sidebar/SidebarNav.jsx

+ 1 - 1
src/client/js/components/Sidebar.jsx

@@ -1,5 +1,5 @@
 import React from 'react';
 import React from 'react';
-import PropTypes from 'prop-types';
+// import PropTypes from 'prop-types';
 
 
 import { withTranslation } from 'react-i18next';
 import { withTranslation } from 'react-i18next';
 
 

+ 1 - 1
src/client/js/components/Sidebar/SidebarNav.jsx

@@ -1,5 +1,5 @@
 import React from 'react';
 import React from 'react';
-import PropTypes from 'prop-types';
+// import PropTypes from 'prop-types';
 
 
 import { withTranslation } from 'react-i18next';
 import { withTranslation } from 'react-i18next';