one more export test

This commit is contained in:
Silas 2021-11-26 12:31:11 -05:00
parent 3a2d65e69d
commit b5ee7aeb86
Signed by: silentsilas
GPG Key ID: 4199EFB7DAA34349
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
import * as styles from './shared/styles';
import * as GlobalStyle from './shared/global';
export { styles, GlobalStyle };
export { styles };
export * from './shared/global';
export * from './stories/AutoResizingTextArea';
export * from './stories/Button';
export * from './stories/FileInput';