testing out exports

This commit is contained in:
Silas 2021-11-25 21:30:39 -05:00
parent 469d767562
commit 6871df423f
Signed by: silentsilas
GPG Key ID: 4199EFB7DAA34349
1 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ export * from './stories/InputButtonWithIcon';
export * from './stories/Label';
export * from './stories/ProgressIndicator';
export * from './stories/Select';
export * from './stories/SplashIconHeader';
export * as SplashIconHeader from './stories/SplashIconHeader';
export * from './stories/TextArea';
export * from './stories/TextAreaParagraph';
export * from './stories/utilities/CenteredContainer';