1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-06 17:33:18 +00:00

fix import code bug

This commit is contained in:
Michael An
2024-08-07 14:13:42 +08:00
parent 8d17562ccd
commit e5d92ccb9e

View File

@@ -5,7 +5,7 @@ import { siteRoot, gettext, enableVideoThumbnail } from '../../utils/constants';
import { seafileAPI } from '../../utils/seafile-api';
import { Utils } from '../../utils/utils';
import toaster from '../toast';
import Header from './header/index';
import Header from './detail/header';
import '../../css/dirent-detail.css';