chore: Remove comment
Signed-off-by: SindreKjelsrud <sindre@kjelsrud.dev>
This commit is contained in:
parent
62681a5c6b
commit
c9c7e5c7ee
1 changed files with 9 additions and 9 deletions
18
app/todo.tsx
18
app/todo.tsx
|
@ -2,15 +2,15 @@ import AsyncStorage from "@react-native-async-storage/async-storage";
|
||||||
import { useRouter } from "expo-router";
|
import { useRouter } from "expo-router";
|
||||||
import React, { useEffect, useState } from "react";
|
import React, { useEffect, useState } from "react";
|
||||||
import {
|
import {
|
||||||
Alert, // Make sure Alert is imported
|
Alert,
|
||||||
ImageBackground,
|
ImageBackground,
|
||||||
KeyboardAvoidingView,
|
KeyboardAvoidingView,
|
||||||
Platform,
|
Platform,
|
||||||
ScrollView,
|
ScrollView,
|
||||||
Text,
|
Text,
|
||||||
TextInput,
|
TextInput,
|
||||||
TouchableOpacity,
|
TouchableOpacity,
|
||||||
View
|
View
|
||||||
} from "react-native";
|
} from "react-native";
|
||||||
import { SafeAreaView } from "react-native-safe-area-context";
|
import { SafeAreaView } from "react-native-safe-area-context";
|
||||||
import { styles } from "./styles";
|
import { styles } from "./styles";
|
||||||
|
|
Loading…
Add table
Reference in a new issue