Skip to content

Commit

Permalink
chore: 🤖 add missing exports
Browse files Browse the repository at this point in the history
  • Loading branch information
TomTomB committed Nov 21, 2022
1 parent d836976 commit 06ece01
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/shy-sheep-help.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@ethlete/components': patch
---

Add missing exports
1 change: 1 addition & 0 deletions libs/components/src/lib/components/bracket/public-api.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
export * from './components/public-api';
export * from './constants/public-api';
export * from './directives/public-api';
export * from './partials/public-api';
export * from './types/public-api';
export * from './utils/public-api';

0 comments on commit 06ece01

Please sign in to comment.