aboutsummaryrefslogtreecommitdiff
path: root/src/components/common/index.ts
diff options
context:
space:
mode:
authorIvan Chen <ivan@thetaggid.com>2020-11-21 19:20:11 -0500
committerGitHub <noreply@github.com>2020-11-21 19:20:11 -0500
commitf620102190629e0b6f180d3ce056d850b1db5aaa (patch)
treea96a865b2f2d9c6dcd333b4390c01f48291ccad2 /src/components/common/index.ts
parent3214fc765cbce3c6f9092546424249d08622afb1 (diff)
[TMA-356] Updated icons (#118)
* updated icons * added small icons * fixed a bug * now using the correct assets, fixed a bug
Diffstat (limited to 'src/components/common/index.ts')
-rw-r--r--src/components/common/index.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/common/index.ts b/src/components/common/index.ts
index 883dae61..0feeaab8 100644
--- a/src/components/common/index.ts
+++ b/src/components/common/index.ts
@@ -5,6 +5,7 @@ export {default as RadioCheckbox} from './RadioCheckbox';
export {default as NavigationIcon} from './NavigationIcon';
export {default as GradientBackground} from './GradientBackground';
export {default as SocialIcon} from './SocialIcon';
+export {default as SmallSocialIcon} from './SmallSocialIcon';
export {default as TabsGradient} from './TabsGradient';
export {default as RecentSearches} from '../search/RecentSearches';
export {default as LoadingIndicator} from './LoadingIndicator';