Skip to content

Commit 99ee81d

Browse files
mimarzBarsnes
andcommitted
fix: export Badge component (#2297)
Co-authored-by: Tobias Barsnes <tobias.barsnes@digdir.no>
1 parent a729a86 commit 99ee81d

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/shiny-kiwis-switch.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@digdir/designsystemet-react': patch
3+
---
4+
5+
Badge: Export component

packages/react/src/components/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
export * from './Button';
2+
export * from './Badge';
23
export * from './Breadcrumbs';
34
export * from './HelpText';
45
export * from './Spinner';

0 commit comments

Comments
 (0)