takahiros 6 лет назад
Родитель
Сommit
f79ed05182
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/client/js/components/User/UserPictureList.jsx

+ 1 - 1
src/client/js/components/User/UserPictureList.jsx

@@ -1,6 +1,6 @@
 import React from 'react';
 import PropTypes from 'prop-types';
-import { UncontrolledTooltip, Button } from 'reactstrap';
+import { UncontrolledTooltip } from 'reactstrap';
 import { createSubscribedElement } from '../UnstatedUtils';
 import AppContainer from '../../services/AppContainer';