diff --git a/src/components/themed/CustomModal.tsx b/src/components/themed/CustomModal.tsx index 79841b6..068eb16 100644 --- a/src/components/themed/CustomModal.tsx +++ b/src/components/themed/CustomModal.tsx @@ -1,5 +1,5 @@ import React, {useState} from "react"; -import {StyleSheet, TouchableWithoutFeedback, View} from "react-native"; +import {StyleSheet, View} from "react-native"; import Modal from "react-native-modal"; import ThemedButton from "@/src/components/themed/ThemedButton";