From b3dc27d84974991e811fd2f5827baf6a247ffb11 Mon Sep 17 00:00:00 2001 From: Patrick Arminio Date: Sun, 29 Sep 2024 15:13:16 +0200 Subject: [PATCH] Add missing exports for hero illustration for Bologna --- src/hero-illustration/index.tsx | 1 + src/index.ts | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/hero-illustration/index.tsx b/src/hero-illustration/index.tsx index 6b87e94..22000ac 100644 --- a/src/hero-illustration/index.tsx +++ b/src/hero-illustration/index.tsx @@ -1 +1,2 @@ export { HeroIllustration } from "./hero-illustration"; +export { HeroIllustrationBologna } from "./hero-illustration-bologna"; diff --git a/src/index.ts b/src/index.ts index 03356af..89835cb 100644 --- a/src/index.ts +++ b/src/index.ts @@ -62,7 +62,7 @@ export { AvatarGroup } from "./avatar-group"; export { Checkbox } from "./checkbox"; export { StyledHTMLText, StyledText } from "./styled-text"; export { FilterBar } from "./filter-bar"; -export { HeroIllustration } from "./hero-illustration"; +export { HeroIllustration, HeroIllustrationBologna } from "./hero-illustration"; export { FileInput } from "./file-input"; // tailwind config