From e3fc1f90d9296074b9135dae2c2f1794af99fe50 Mon Sep 17 00:00:00 2001 From: Silas Date: Thu, 25 Nov 2021 21:59:41 -0500 Subject: [PATCH] another test --- src/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/index.tsx b/src/index.tsx index 38a28e8..799cd6f 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -1,7 +1,8 @@ import * as styles from './shared/styles'; import * as global from './shared/global'; +import * as SplashIconHeader from './stories/SplashIconHeader'; -export { styles, global }; +export { styles, global, SplashIconHeader }; export * from './stories/AutoResizingTextArea'; export * from './stories/Button'; @@ -15,7 +16,6 @@ export * from './stories/InputButtonWithIcon'; export * from './stories/Label'; export * from './stories/ProgressIndicator'; export * from './stories/Select'; -export * from './stories/SplashIconHeader'; export * from './stories/TextArea'; export * from './stories/TextAreaParagraph'; export * from './stories/utilities/CenteredContainer';