Skip to content

Commit

Permalink
fix(timeline): react で WizTimeline が import できるようにする (close: #1234)
Browse files Browse the repository at this point in the history
  • Loading branch information
ichi-h committed Feb 28, 2024
1 parent ed1e58b commit 21eac68
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/famous-buckets-visit.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@wizleap-inc/wiz-ui-react": minor
---

Bug: react で WizTimeline が import できるようにする
1 change: 1 addition & 0 deletions packages/wiz-ui-react/src/components/custom/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ export * from "./chat";
export * from "./form";
export * from "./notification";
export * from "./schedule";
export * from "./timeline";

0 comments on commit 21eac68

Please sign in to comment.