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

Breadcrumbs.displayName = 'Breadcrumbs';

export {Breadcrumbs, type BreadcrumbsFactory, type BreadcrumbsProps} from '@mantine/core';
