Skip to content

Commit

Permalink
Code Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Pramad712 committed Jun 18, 2024
1 parent 9c704ce commit 3876529
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Binary file removed src/assets/back.png
Binary file not shown.
5 changes: 2 additions & 3 deletions src/screens/SignInScreen.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import React, {useState} from "react";
import { StatusBar } from "expo-status-bar";
import { StyleSheet, Text, View, SafeAreaView, Linking, Pressable, Image} from "react-native";
import React from "react";
import { StyleSheet, Text, View, SafeAreaView, Pressable, Image} from "react-native";

import BackButton from "../components/BackButton";

Expand Down

0 comments on commit 3876529

Please sign in to comment.