diff options
author | Ivan Chen <ivan@tagg.id> | 2021-05-21 19:20:16 -0400 |
---|---|---|
committer | Ivan Chen <ivan@tagg.id> | 2021-05-21 19:20:16 -0400 |
commit | 1a298f4b0db4a2e598f62d0651dc36466c6508be (patch) | |
tree | 53a80fb2971a2e4113843bf1824d1ca5bdaa832b /src | |
parent | b9930f62d502332ae3cf2e0e20a7743a3d7e1df1 (diff) |
Update import
Diffstat (limited to 'src')
-rw-r--r-- | src/components/taggs/TaggDraggable.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/taggs/TaggDraggable.tsx b/src/components/taggs/TaggDraggable.tsx index a6ffb1ef..e4448642 100644 --- a/src/components/taggs/TaggDraggable.tsx +++ b/src/components/taggs/TaggDraggable.tsx @@ -9,8 +9,8 @@ import { View, } from 'react-native'; import {useDispatch, useSelector} from 'react-redux'; -import {RootState} from 'src/store/rootReducer'; import Avatar from '../../components/common/Avatar'; +import {RootState} from '../../store/rootReducer'; import {ProfilePreviewType, ScreenType, UserType} from '../../types'; import {normalize} from '../../utils'; import {navigateToProfile} from '../../utils/users'; |