1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-20 02:48:51 +00:00

avatar-tips (#2541)

This commit is contained in:
C_Q
2018-11-19 15:13:38 +08:00
committed by Daniel Pan
parent a3e4da7e24
commit 193a635d5f
4 changed files with 73 additions and 10 deletions

View File

@@ -3,6 +3,7 @@ import { gettext } from '../../utils/constants';
import { seafileAPI } from '../../utils/seafile-api';
import Loading from '../../components/loading';
import ReviewListView from '../../components/review-list-view/review-list-view';
import '../../css/review-content.css';
class ReviewContent extends React.Component {