Skip to content

Commit

Permalink
docs(codemods): update readme for imports
Browse files Browse the repository at this point in the history
  • Loading branch information
HeartSquared committed Dec 19, 2024
1 parent e6c22ad commit 1cd8163
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/components/codemods/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,10 @@ Migrates `Button` and `IconButton` component to `Button` V3 or `LinkButton`.

#### Imports

All imports of V1 Buttons will now point to `@kaizen/components/v3/actions`.
All imports of V1 Buttons will now point to either:

- `@kaizen/components/v3/actions` for `Button`
- `@kaizen/components` for `LinkButton`

### `upgradeIconV1`

Expand Down

0 comments on commit 1cd8163

Please sign in to comment.