1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-12 21:30:39 +00:00

feat: details (#6484)

Co-authored-by: 杨国璇 <ygx@Hello-word.local>
This commit is contained in:
杨国璇
2024-08-02 22:31:46 +08:00
committed by GitHub
parent 5c2f05ee8d
commit 6ed1fe58bc
33 changed files with 680 additions and 331 deletions

View File

@@ -0,0 +1,9 @@
import LibDetail from './lib-details';
import DirentDetail from './dirent-details';
import './index.css';
export {
LibDetail,
DirentDetail,
};