add iconarrow to exports

This commit is contained in:
2021-11-26 16:26:37 -05:00
parent 5298a998ad
commit 6ee5c44372

View File

@@ -11,6 +11,7 @@ export * from './stories/Header2';
export * from './stories/Header3'; export * from './stories/Header3';
export * from './stories/SplashIconHeader'; export * from './stories/SplashIconHeader';
export * from './stories/Icon'; export * from './stories/Icon';
export * from './stories/IconArrow';
export * from './stories/Input'; export * from './stories/Input';
export * from './stories/InputButtonWithIcon'; export * from './stories/InputButtonWithIcon';
export * from './stories/Label'; export * from './stories/Label';