diff options
author | Ivan Chen <ivan@tagg.id> | 2021-03-20 13:33:18 -0400 |
---|---|---|
committer | Ivan Chen <ivan@tagg.id> | 2021-03-20 13:33:18 -0400 |
commit | a4a7b8a80207c0a921464f7c64bc53821e47ce13 (patch) | |
tree | 1a8247bfb443bcbba24cf838fc1c00ca71f2a9cf /src/components/notifications | |
parent | 1c8e83a644e53059f8a55873c06a5ed19b92ec81 (diff) |
resolve import
Diffstat (limited to 'src/components/notifications')
-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 ( |