Migrate to twenty-ui - navigation/breadcrumb (#7793)

### Description

- Move breadcrumb components to `twenty-ui`    \
  \
  \
  Fixes  #7534

---------

Co-authored-by: gitstart-twenty <gitstart-twenty@users.noreply.github.com>
Co-authored-by: Charles Bochet <charles@twenty.com>
This commit is contained in:
gitstart-app[bot]
2024-10-21 21:53:43 +02:00
committed by GitHub
parent 25010174f0
commit b45511c955
8 changed files with 24 additions and 33 deletions

View File

@@ -2,6 +2,7 @@ export * from './accessibility';
export * from './components';
export * from './display';
export * from './layout';
export * from './navigation';
export * from './testing';
export * from './theme';
export * from './utilities';