Skip to content

Commit

Permalink
Add missing export for breadcrumb component
Browse files Browse the repository at this point in the history
  • Loading branch information
cgero-eth committed Jul 11, 2023
1 parent ef88ca5 commit cc6d0eb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Fixed

- Add missing export for `breadcrumb` component

## [0.2.1] - 2023-07-11

### Fixed
Expand Down
1 change: 1 addition & 0 deletions src/components/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
export * from './alerts';
export * from './avatar';
export * from './backdrop';
export * from './breadcrumb';
export * from './button';
export * from './cards';
export * from './checkbox';
Expand Down

0 comments on commit cc6d0eb

Please sign in to comment.