Skip to content

Commit

Permalink
docs(ToastNotification): fix import statement (#4340)
Browse files Browse the repository at this point in the history
  • Loading branch information
HeartSquared authored Nov 23, 2023
1 parent 90998b8 commit fe86789
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .changeset/soft-seals-punch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import * as ToastNotificationStories from "./ToastNotification.stories"

<Installation
installCommand="yarn add @kaizen/components"
importStatement='import { addToastNotification } from "@kaizen/components"'
importStatement='import { useToastNotification } from "@kaizen/components"'
/>

## Overview
Expand Down

0 comments on commit fe86789

Please sign in to comment.