aboutsummaryrefslogtreecommitdiff
path: root/src/screens
diff options
context:
space:
mode:
authorIvan Chen <ivan@tagg.id>2021-01-22 18:31:55 -0500
committerIvan Chen <ivan@tagg.id>2021-01-22 18:31:55 -0500
commitcf420db54deb32be1e6bc4092eef105cc23d93e4 (patch)
treec6e371773d785436b2253e5821e0063ad1f58541 /src/screens
parentd31f8c3ad157f4637a37ce83ee16bdba048126f8 (diff)
fixed merge issue and addressed review
Diffstat (limited to 'src/screens')
-rw-r--r--src/screens/profile/MomentCommentsScreen.tsx3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/screens/profile/MomentCommentsScreen.tsx b/src/screens/profile/MomentCommentsScreen.tsx
index dee86e15..fa35a33b 100644
--- a/src/screens/profile/MomentCommentsScreen.tsx
+++ b/src/screens/profile/MomentCommentsScreen.tsx
@@ -13,8 +13,7 @@ import {AddComment} from '../../components/';
import {ProfileStackParams} from '../../routes/main';
import {logout} from '../../store/actions';
import {CommentType} from '../../types';
-import {SCREEN_WIDTH} from '../../utils';
-import {SCREEN_HEIGHT} from '../../utils/screenDimensions';
+import {SCREEN_WIDTH, SCREEN_HEIGHT} from '../../utils';
/**
* Comments Screen for an image uploaded