Skip to content

Commit

Permalink
fix: Add missing Tag export.
Browse files Browse the repository at this point in the history
  • Loading branch information
Fahimamohammadi4 committed Oct 30, 2023
1 parent 6805e8e commit a4b10da
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/proud-foxes-unite.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@kaizen/components": patch
---

fix: Add missing Tag export.
1 change: 1 addition & 0 deletions packages/components/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ export * from "./Skirt"
export * from "./Slider"
export * from "./SplitButton"
export * from "./Table"
export * from "./Tag"
export * from "./Text"
export * from "./TextField"
export * from "./TextArea"
Expand Down

0 comments on commit a4b10da

Please sign in to comment.