Skip to content

Commit cf14efc

Browse files
committed
Improve code styling
1 parent da3c957 commit cf14efc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/AuthForm.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React, { useState, useContext } from 'react';
2-
import { TextInput, Text, StyleSheet, Modal, Alert, Pressable, View} from 'react-native';
2+
import { TextInput, Text, StyleSheet, Modal, Alert, Pressable, View } from 'react-native';
33
import { Context as AuthContext } from 'src/components/context/AuthContext';
44
import tw from 'twrnc';
55

src/screens/CaseContactListScreen.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { View, Text, FlatList} from 'react-native';
1+
import { View, Text, FlatList } from 'react-native';
22
import tw from 'twrnc';
33

44
import CaseContactListCard from '../components/CaseContactListCard';

0 commit comments

Comments
 (0)