diff options
Diffstat (limited to 'src/components')
-rw-r--r-- | src/components/index.ts | 1 | ||||
-rw-r--r-- | src/components/taggs/SocialMediaInfo.tsx | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/src/components/index.ts b/src/components/index.ts index 0a7c189b..d5649323 100644 --- a/src/components/index.ts +++ b/src/components/index.ts @@ -6,4 +6,3 @@ export * from './taggs'; export * from './comments'; export * from './moments'; export * from './suggestedPeople'; - diff --git a/src/components/taggs/SocialMediaInfo.tsx b/src/components/taggs/SocialMediaInfo.tsx index 8f5f38c1..5497226c 100644 --- a/src/components/taggs/SocialMediaInfo.tsx +++ b/src/components/taggs/SocialMediaInfo.tsx @@ -1,6 +1,6 @@ import React from 'react'; import {StyleSheet, Text, View} from 'react-native'; -import { ScreenType } from '../../types'; +import {ScreenType} from '../../types'; import {SocialIcon} from '../common'; import {handleOpenSocialUrlOnBrowser} from '../../utils'; |