From a4a7b8a80207c0a921464f7c64bc53821e47ce13 Mon Sep 17 00:00:00 2001 From: Ivan Chen Date: Sat, 20 Mar 2021 13:33:18 -0400 Subject: resolve import --- src/components/notifications/NotificationPrompts.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 ( -- cgit v1.2.3-70-g09d2