Skip to content

Commit

Permalink
Merge pull request #76 from bobbychan/fix/tabs
Browse files Browse the repository at this point in the history
fix: export tabs component
  • Loading branch information
bobbychan authored Mar 14, 2024
2 parents e2f1b50 + fd52d98 commit cc7f227
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/fair-parrots-sell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@alice-ui/react": patch
---

export tabs component
1 change: 1 addition & 0 deletions packages/react/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export * from './select';
export * from './skeleton';
export * from './spinner';
export * from './switch';
export * from './tabs';
export * from './text-field';
export * from './tooltip';

Expand Down

0 comments on commit cc7f227

Please sign in to comment.