Skip to content

Commit

Permalink
Fix path to shared UI library
Browse files Browse the repository at this point in the history
Co-authored-by: Jamon Holmgren <[email protected]>
  • Loading branch information
fpena and jamonholmgren authored Dec 11, 2024
1 parent 23112be commit da16a5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/recipes/SettingUpYarnMonorepo.md
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ touch src/Badge.tsx

6. Build the badge component:

`packages/ui-component/src/Badge.tsx`
`packages/ui-components/src/Badge.tsx`

```tsx
// success-line-start
Expand Down

0 comments on commit da16a5c

Please sign in to comment.