one more export test

This commit is contained in:
2021-11-26 12:31:11 -05:00
parent 3a2d65e69d
commit b5ee7aeb86

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';