diff options
author | George Rusu <george@tagg.id> | 2021-05-19 16:55:04 -0700 |
---|---|---|
committer | George Rusu <george@tagg.id> | 2021-05-19 16:55:04 -0700 |
commit | 73cc07e1adce4ecea0f15bd651f8db2e510c9644 (patch) | |
tree | e72fbee2eb577affbe0ad7f91de5d6c9c4067be3 /src/screens/profile/CaptionScreen.tsx | |
parent | 5ddbf16658a6e3f7bb53e78b821e62190b804cf1 (diff) |
Add delte from list, need to add rediret to profile
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 bd715a53..37003207 100644 --- a/src/screens/profile/CaptionScreen.tsx +++ b/src/screens/profile/CaptionScreen.tsx @@ -35,7 +35,7 @@ import { import {mentionPartTypes} from '../../utils/comments'; import TaggDraggable from '../../components/taggs/TaggDraggable'; -import Draggable from 'react-native-draggable'; +import Draggable from '../../components/common/Draggable'; /** * Upload Screen to allow users to upload posts to Tagg |