1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-05 00:43:53 +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

File diff suppressed because it is too large Load Diff

View File

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