diff options
author | Ivan Chen <ivan@thetaggid.com> | 2021-02-23 18:51:50 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-23 18:51:50 -0500 |
commit | a586f89ddd40b1954310673cf86f1b953545d720 (patch) | |
tree | bd8dd6dc89ee583c8decac25b46170bb3ef792ee /src/components/profile/Friends.tsx | |
parent | 5864b997b68ae774a871ee9b43c0e548a2656cc6 (diff) | |
parent | 9bf53a2251f043396fb536800b49e2cf4f811a66 (diff) |
Merge pull request #259 from shravyaramesh/sp-add-friend-button
[TMA-258] Suggested People: Add friend button
Diffstat (limited to 'src/components/profile/Friends.tsx')
-rw-r--r-- | src/components/profile/Friends.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/profile/Friends.tsx b/src/components/profile/Friends.tsx index da289e8a..02a7460a 100644 --- a/src/components/profile/Friends.tsx +++ b/src/components/profile/Friends.tsx @@ -2,7 +2,6 @@ import React from 'react'; import {View, StyleSheet, ScrollView, Text} from 'react-native'; import {ProfilePreviewType, ScreenType} from '../../types'; import {ProfilePreview} from '..'; -import {Button} from 'react-native-elements'; import {normalize, SCREEN_HEIGHT, SCREEN_WIDTH} from '../../utils'; import {TAGG_LIGHT_BLUE} from '../../constants'; import {RootState} from '../../store/rootReducer'; |