Skip to content

Commit

Permalink
fix: workflow export (#5050)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrBaptastic authored Sep 10, 2024
1 parent 72739c4 commit f66a774
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/many-doors-sort.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@kaizen/components": patch
---

fix missing export
1 change: 1 addition & 0 deletions packages/components/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ export * from "./ToggleSwitch"
export * from "./utils"
export * from "./VisuallyHidden"
export * from "./Well"
export * from "./Workflow"
export * from "./__overlays__/Tooltip/v1"
export * from "./__actions__/Menu/v1"
export * from "./__actions__/Button/v1"

0 comments on commit f66a774

Please sign in to comment.