1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-13 05:39:59 +00:00

fix code bug

This commit is contained in:
shanshuirenjia
2022-05-13 11:23:13 +08:00
parent d06c0be185
commit 8b53ef1b4d

View File

@@ -1,7 +1,5 @@
import { seafileAPI } from './utils/seafile-api'; import { seafileAPI } from '../../utils/seafile-api';
import { Utils } from './utils/utils'; import { Utils } from '../../utils/utils';
import './css/markdown-viewer/markdown-editor.css';
const { repoID, repoName, filePath, fileName, draftID } = window.app.pageOptions; const { repoID, repoName, filePath, fileName, draftID } = window.app.pageOptions;
const { serviceUrl } = window.app.config; const { serviceUrl } = window.app.config;