1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-31 22:54:11 +00:00
Co-authored-by: lian <lian@seafile.com>
This commit is contained in:
lian
2020-03-19 20:15:26 +08:00
committed by GitHub
parent 8ef7d18c15
commit 2de4d4846e
33 changed files with 4756 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
import cookie from 'react-cookies';
import { SeafileAPI } from 'seafile-js';
import { SeafileAPI } from '../seafile-api';
import { siteRoot } from './constants';
let seafileAPI = new SeafileAPI();