We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e603e7 commit 8f83d9aCopy full SHA for 8f83d9a
src/hero-illustration/index.tsx
@@ -1 +1,2 @@
1
export { HeroIllustration } from "./hero-illustration";
2
+export { HeroIllustrationBologna } from "./hero-illustration-bologna";
src/index.ts
@@ -62,7 +62,7 @@ export { AvatarGroup } from "./avatar-group";
62
export { Checkbox } from "./checkbox";
63
export { StyledHTMLText, StyledText } from "./styled-text";
64
export { FilterBar } from "./filter-bar";
65
-export { HeroIllustration } from "./hero-illustration";
+export { HeroIllustration, HeroIllustrationBologna } from "./hero-illustration";
66
export { FileInput } from "./file-input";
67
68
// tailwind config
0 commit comments