Skip to content

Commit

Permalink
add Link to barrel file
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Moore committed Feb 24, 2025
1 parent 5bff93a commit b85c465
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/Link/_docs/Link.doc.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const meta = {
component: Link,
args: {
children: 'Link',
href: 'https://www.google.com',
href: 'https://www.google.com',
},
argTypes: {
variant: {
Expand Down
1 change: 1 addition & 0 deletions packages/components/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export * from './Input'
export * from './KaizenProvider'
export * from './Label'
export * from './LabelledMessage'
export * from './Link'
export * from './LikertScaleLegacy'
export * from './LinkButton'
export * from './Loading'
Expand Down

0 comments on commit b85c465

Please sign in to comment.