aboutsummaryrefslogtreecommitdiff
path: root/src/components/profile/Friends.tsx
diff options
context:
space:
mode:
authorLeon Jiang <35908040+leonyjiang@users.noreply.github.com>2021-03-01 16:57:25 -0500
committerLeon Jiang <35908040+leonyjiang@users.noreply.github.com>2021-03-01 16:57:25 -0500
commit09a9ddcbe1e32b17bd8d7c7519bb41b41e13f837 (patch)
tree77eacfc295ba681ca7f67973a4b7da7d61629ac4 /src/components/profile/Friends.tsx
parent2f83eb360c583d6b110c045f07ae57227cda3fa5 (diff)
Fix imports causing app crashes
Diffstat (limited to 'src/components/profile/Friends.tsx')
-rw-r--r--src/components/profile/Friends.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/profile/Friends.tsx b/src/components/profile/Friends.tsx
index 02a7460a..7c7265c5 100644
--- a/src/components/profile/Friends.tsx
+++ b/src/components/profile/Friends.tsx
@@ -1,7 +1,7 @@
import React from 'react';
import {View, StyleSheet, ScrollView, Text} from 'react-native';
import {ProfilePreviewType, ScreenType} from '../../types';
-import {ProfilePreview} from '..';
+import {ProfilePreview} from '../profile';
import {normalize, SCREEN_HEIGHT, SCREEN_WIDTH} from '../../utils';
import {TAGG_LIGHT_BLUE} from '../../constants';
import {RootState} from '../../store/rootReducer';