Skip to content

Commit

Permalink
Fix tsc errors
Browse files Browse the repository at this point in the history
  • Loading branch information
adityapawar1 committed Nov 28, 2023
1 parent 6fbbe90 commit c827249
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/auth/login/index.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
import { Link, router } from 'expo-router';
import React, { useState } from 'react';
import { Text, View, StyleSheet } from 'react-native';
import { Text, View } from 'react-native';
import { Icon } from 'react-native-elements';
import { SafeAreaView } from 'react-native-safe-area-context';
import validator from 'validator';

import styles from './styles';
import { isEmailUsed, queryEmailByUsername } from '../../../queries/auth';
import globalStyles from '../../../styles/globalStyles';
import { useSession } from '../../../utils/AuthContext';
import StyledButton from '../../../components/StyledButton/StyledButton';
Expand Down

0 comments on commit c827249

Please sign in to comment.