import { useTree } from './hooks/useTree'; import { OrgTreeComponent } from './OrgTree'; export { useTree }; export default OrgTreeComponent;