import {Tree} from '@mantine/core';

Tree.displayName = 'Tree';

export {Tree, type TreeFactory, type TreeProps} from '@mantine/core';
