another test
This commit is contained in:
parent
1653b5f924
commit
e3fc1f90d9
|
@ -1,7 +1,8 @@
|
||||||
import * as styles from './shared/styles';
|
import * as styles from './shared/styles';
|
||||||
import * as global from './shared/global';
|
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/AutoResizingTextArea';
|
||||||
export * from './stories/Button';
|
export * from './stories/Button';
|
||||||
|
@ -15,7 +16,6 @@ export * from './stories/InputButtonWithIcon';
|
||||||
export * from './stories/Label';
|
export * from './stories/Label';
|
||||||
export * from './stories/ProgressIndicator';
|
export * from './stories/ProgressIndicator';
|
||||||
export * from './stories/Select';
|
export * from './stories/Select';
|
||||||
export * from './stories/SplashIconHeader';
|
|
||||||
export * from './stories/TextArea';
|
export * from './stories/TextArea';
|
||||||
export * from './stories/TextAreaParagraph';
|
export * from './stories/TextAreaParagraph';
|
||||||
export * from './stories/utilities/CenteredContainer';
|
export * from './stories/utilities/CenteredContainer';
|
||||||
|
|
Loading…
Reference in New Issue