1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-06 01:12:03 +00:00

fix warnings (#2937)

This commit is contained in:
Michael An
2019-02-13 15:44:11 +08:00
committed by Daniel Pan
parent 250b85e8c9
commit 9e8c42daac
2 changed files with 9 additions and 11 deletions

View File

@@ -1,5 +1,4 @@
import React from 'react';
import AsyncSelect from 'react-select/lib/Async';
import PropTypes from 'prop-types';
import { gettext } from '../../utils/constants';
import { Button, Modal, ModalHeader, ModalBody, ModalFooter, Table } from 'reactstrap';