mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-25 06:33:48 +00:00
[refactor] lib container view (#6766)
* [refactor] lib container view * optimize codes
This commit is contained in:
6
frontend/src/models/index.js
Normal file
6
frontend/src/models/index.js
Normal file
@@ -0,0 +1,6 @@
|
||||
import Dirent from './dirent';
|
||||
import FileTag from './file-tag';
|
||||
import RepoTag from './repo-tag';
|
||||
import RepoInfo from './repo-info';
|
||||
|
||||
export { Dirent, FileTag, RepoTag, RepoInfo };
|
Reference in New Issue
Block a user