diff options
author | Shravya Ramesh <shravs1208@gmail.com> | 2021-02-25 14:42:31 -0800 |
---|---|---|
committer | Shravya Ramesh <shravs1208@gmail.com> | 2021-02-25 14:42:31 -0800 |
commit | 79edd43bd998e5f9f425b1c8150cd8f3592e47d6 (patch) | |
tree | 544022db5b50264c0bd80e9d4690310265ee0eef /src/screens/profile/CaptionScreen.tsx | |
parent | 5c5e53799dde337ca9baa298c218f5cf02764226 (diff) |
try blocks, else
Diffstat (limited to 'src/screens/profile/CaptionScreen.tsx')
-rw-r--r-- | src/screens/profile/CaptionScreen.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screens/profile/CaptionScreen.tsx b/src/screens/profile/CaptionScreen.tsx index 91aaa617..01e859ba 100644 --- a/src/screens/profile/CaptionScreen.tsx +++ b/src/screens/profile/CaptionScreen.tsx @@ -13,7 +13,7 @@ import { } from 'react-native'; import {Button} from 'react-native-elements'; import {useDispatch, useSelector} from 'react-redux'; -import {MainStackParams} from 'src/routes'; +import {MainStackParams} from '../../routes'; import {SearchBackground, TaggBigInput} from '../../components'; import {CaptionScreenHeader} from '../../components/'; import TaggLoadingIndicator from '../../components/common/TaggLoadingIndicator'; |