diff options
Diffstat (limited to 'src/components/notifications/NotificationPrompts.tsx')
-rw-r--r-- | src/components/notifications/NotificationPrompts.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/notifications/NotificationPrompts.tsx b/src/components/notifications/NotificationPrompts.tsx index 35e69496..03502b27 100644 --- a/src/components/notifications/NotificationPrompts.tsx +++ b/src/components/notifications/NotificationPrompts.tsx @@ -1,6 +1,6 @@ import React, {Fragment} from 'react'; import {Image, StyleSheet, Text} from 'react-native'; -import {TaggPrompt} from '..'; +import {TaggPrompt} from '../common'; export const InviteFriendsPrompt: React.FC = () => { return ( |