diff --git a/app/todo.tsx b/app/todo.tsx index 389194f..dd9c608 100644 --- a/app/todo.tsx +++ b/app/todo.tsx @@ -2,15 +2,15 @@ import AsyncStorage from "@react-native-async-storage/async-storage"; import { useRouter } from "expo-router"; import React, { useEffect, useState } from "react"; import { - Alert, // Make sure Alert is imported - ImageBackground, - KeyboardAvoidingView, - Platform, - ScrollView, - Text, - TextInput, - TouchableOpacity, - View + Alert, + ImageBackground, + KeyboardAvoidingView, + Platform, + ScrollView, + Text, + TextInput, + TouchableOpacity, + View } from "react-native"; import { SafeAreaView } from "react-native-safe-area-context"; import { styles } from "./styles";