diff options
author | Ivan Chen <ivan@tagg.id> | 2021-04-27 11:06:41 -0400 |
---|---|---|
committer | Ivan Chen <ivan@tagg.id> | 2021-04-27 11:06:41 -0400 |
commit | 64dedc2bc0c65fae604ba771ae4c17d1927ff1c2 (patch) | |
tree | ae86de063e534fa706b413ca3de5c0060ff3244c /src/components/profile/ProfilePreview.tsx | |
parent | 98bf284d278fe4b64d1de937d7047c746a6070dd (diff) |
linted
Diffstat (limited to 'src/components/profile/ProfilePreview.tsx')
-rw-r--r-- | src/components/profile/ProfilePreview.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/profile/ProfilePreview.tsx b/src/components/profile/ProfilePreview.tsx index 242a17e3..66d68d8f 100644 --- a/src/components/profile/ProfilePreview.tsx +++ b/src/components/profile/ProfilePreview.tsx @@ -2,7 +2,6 @@ import {useNavigation} from '@react-navigation/native'; import React, {useEffect, useState} from 'react'; import { Alert, - Image, StyleSheet, Text, TouchableOpacity, |