index.ts 256 Bytes
import { useResetOrganizationTree } from './hooks/useOrganization';
import OrganizationIdTree from './src/OrganizationIdTree.vue';
export { useOrganizationTree } from './hooks/useOrganizationTree';

export { OrganizationIdTree, useResetOrganizationTree };