diff options
author | Shravya Ramesh <37447613+shravyaramesh@users.noreply.github.com> | 2021-07-23 16:01:16 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-23 16:01:16 -0700 |
commit | 93b0bdb6d5d3070ece012626f9d9d6634f0eb0d8 (patch) | |
tree | de1aab12445184023db6b7f1e5dce94e8416d233 /src/screens/profile/ProfileScreen.tsx | |
parent | 6fcfb36b37dd51d3e9d5baf025b896cc6f6045ee (diff) | |
parent | 2f64db843b80229d08f8f0ae7e1d80b24ac38c12 (diff) |
Merge branch 'master' into tma936-pause-video
Diffstat (limited to 'src/screens/profile/ProfileScreen.tsx')
-rw-r--r-- | src/screens/profile/ProfileScreen.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screens/profile/ProfileScreen.tsx b/src/screens/profile/ProfileScreen.tsx index 3dd142e1..09b70cd3 100644 --- a/src/screens/profile/ProfileScreen.tsx +++ b/src/screens/profile/ProfileScreen.tsx @@ -1,7 +1,7 @@ +import {RouteProp} from '@react-navigation/native'; import React, {useEffect} from 'react'; import {StatusBar} from 'react-native'; import {Content, TabsGradient} from '../../components'; -import {RouteProp} from '@react-navigation/native'; import {MainStackParams} from '../../routes/'; import {visitedUserProfile} from '../../services'; |