fix for error message not showing up

This commit is contained in:
balzack 2023-10-07 22:46:41 -07:00
parent c57675a19f
commit b86aa94d25

View File

@ -1,5 +1,5 @@
import { useRef, useState, useEffect, useContext } from 'react';
import { Linking } from 'react-native';
import { Linking, Alert } from 'react-native';
import { ConversationContext } from 'context/ConversationContext';
import { CardContext } from 'context/CardContext';
import { ProfileContext } from 'context/ProfileContext';