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

add comment in dirent detail

This commit is contained in:
Michael An
2019-06-24 15:44:22 +08:00
parent 2e741334e5
commit c884dfc2ed
7 changed files with 10 additions and 11 deletions

View File

@@ -3,7 +3,7 @@ import ReactDOM from 'react-dom';
import moment from 'moment';
import MediaQuery from 'react-responsive';
import { Modal } from 'reactstrap';
import { slug, repoID, siteRoot, initialPath, isDir, sharedToken, hasIndex } from './utils/constants';
import { slug, siteRoot, initialPath, isDir, sharedToken, hasIndex } from './utils/constants';
import { Utils } from './utils/utils';
import { seafileAPI } from './utils/seafile-api';
import Dirent from './models/dirent';