aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIvan Chen <ivan@tagg.id>2021-03-20 13:33:18 -0400
committerIvan Chen <ivan@tagg.id>2021-03-20 13:33:18 -0400
commita4a7b8a80207c0a921464f7c64bc53821e47ce13 (patch)
tree1a8247bfb443bcbba24cf838fc1c00ca71f2a9cf /src
parent1c8e83a644e53059f8a55873c06a5ed19b92ec81 (diff)
resolve import
Diffstat (limited to 'src')
-rw-r--r--src/components/notifications/NotificationPrompts.tsx2
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 (