1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-07-16 08:16:55 +00:00
seahub/frontend/src/metadata/index.js

16 lines
407 B
JavaScript
Raw Normal View History

import SeafileMetadata from './metadata-view';
import MetadataStatusManagementDialog from './metadata-status-manage-dialog';
import MetadataTreeView from './metadata-tree-view';
import MetadataDetails from './metadata-details';
import metadataAPI from './api';
export * from './hooks';
export {
metadataAPI,
SeafileMetadata,
MetadataStatusManagementDialog,
MetadataTreeView,
MetadataDetails,
};