Skip to content

Commit 8f83d9a

Browse files
authored
Add missing exports for hero illustration for Bologna (#113)
1 parent 8e603e7 commit 8f83d9a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/hero-illustration/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
export { HeroIllustration } from "./hero-illustration";
2+
export { HeroIllustrationBologna } from "./hero-illustration-bologna";

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export { AvatarGroup } from "./avatar-group";
6262
export { Checkbox } from "./checkbox";
6363
export { StyledHTMLText, StyledText } from "./styled-text";
6464
export { FilterBar } from "./filter-bar";
65-
export { HeroIllustration } from "./hero-illustration";
65+
export { HeroIllustration, HeroIllustrationBologna } from "./hero-illustration";
6666
export { FileInput } from "./file-input";
6767

6868
// tailwind config

0 commit comments

Comments
 (0)