From c9c7e5c7ee8b836bfa8cd39e7a944e4c0ab1a8eb Mon Sep 17 00:00:00 2001 From: SindreKjelsrud Date: Sat, 5 Jul 2025 18:30:09 +0200 Subject: [PATCH] chore: Remove comment Signed-off-by: SindreKjelsrud --- app/todo.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) 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";