diff --git a/components/FloatingButton.js b/components/FloatingButton.js index 1b4e531..e5d2b8b 100644 --- a/components/FloatingButton.js +++ b/components/FloatingButton.js @@ -1,12 +1,13 @@ -import { Text, TouchableOpacity } from "react-native"; +import { TouchableOpacity } from "react-native"; import Icon from "react-native-vector-icons/Ionicons"; +import Colors from "../constants/colors"; function FloatingButton() { return ( {