Skip to content

Commit ed5b229

Browse files
committed
upate
1 parent c8d34fa commit ed5b229

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

hackathon/spacecraft/src/screens/LoginScreen.tsx

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,6 @@
11
import React, { useState } from "react";
2-
import { StyleSheet, TouchableOpacity, View, Pressable } from "react-native";
3-
import {
4-
Button,
5-
Checkbox,
6-
Text,
7-
List,
8-
MD3Colors,
9-
TextInput,
10-
useTheme,
11-
} from "react-native-paper";
2+
import { StyleSheet, TouchableOpacity, View } from "react-native";
3+
import { Button, Checkbox, Text, useTheme } from "react-native-paper";
124
import { useNavigation } from "@react-navigation/native";
135

146
import { FormInput } from "../components/FromInput";

0 commit comments

Comments
 (0)