aboutsummaryrefslogtreecommitdiff
path: root/src/screens
diff options
context:
space:
mode:
authorIvan Chen <ivan@tagg.id>2021-01-21 16:16:07 -0500
committerIvan Chen <ivan@tagg.id>2021-01-21 16:16:07 -0500
commit27af1338ae8e735c831659fab8e51b795b368be4 (patch)
treee901936e1a7ebd162908a5f5b81558566ba80df7 /src/screens
parent238bc768a1610b558263b449b2938e1244450b92 (diff)
linting
Diffstat (limited to 'src/screens')
-rw-r--r--src/screens/profile/MomentCommentsScreen.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screens/profile/MomentCommentsScreen.tsx b/src/screens/profile/MomentCommentsScreen.tsx
index ebe4da28..1d27929e 100644
--- a/src/screens/profile/MomentCommentsScreen.tsx
+++ b/src/screens/profile/MomentCommentsScreen.tsx
@@ -4,7 +4,7 @@ import {ProfileStackParams} from '../../routes/main';
import {CenteredView, CommentTile} from '../../components';
import {CommentType} from '../../types';
import {ScrollView, StyleSheet, Text, View} from 'react-native';
-import {SCREEN_WIDTH} from '../../utils/screenDimensions';
+import {SCREEN_WIDTH} from '../../utils';
import {Button} from 'react-native-elements';
import {AddComment} from '../../components/';
import {useEffect} from 'react';