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

remove unused seafile-api.js (#4491)

Co-authored-by: lian <lian@seafile.com>
This commit is contained in:
lian
2020-03-20 15:30:06 +08:00
committed by GitHub
parent ebe4625d4b
commit 4e600e388e
2 changed files with 1 additions and 3075 deletions

View File

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