Skip to content

Commit

Permalink
fix: export Badge component (#2297)
Browse files Browse the repository at this point in the history
Co-authored-by: Tobias Barsnes <[email protected]>
  • Loading branch information
mimarz and Barsnes authored Aug 20, 2024
1 parent 123f288 commit 9c02237
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/shiny-kiwis-switch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@digdir/designsystemet-react': patch
---

Badge: Export component
1 change: 1 addition & 0 deletions packages/react/src/components/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export * from './Button';
export * from './Badge';
export * from './Breadcrumbs';
export * from './HelpText';
export * from './Spinner';
Expand Down

0 comments on commit 9c02237

Please sign in to comment.