Skip to content

Commit

Permalink
Fixed ESLint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Ereffe committed Apr 9, 2024
1 parent 9c26db1 commit 337f7aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions src/screens/Components.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import { StyleSheet, Text, View } from 'react-native';
import { globalStyles } from 'style';

import { PrimaryButton } from '@/components/Button';
import { TextInput } from '@/components/TextInput';
import { ConversationTile } from '@/components/ConversationTile';
import { TextInput } from '@/components/TextInput';
import { SwitchTheme } from '@/components/Theme';
import { RootStackParamList } from '@/types/param';

Expand All @@ -17,7 +17,6 @@ const Home = ({ navigation }: Props) => {

return (
<View style={styles.container}>

<Text>Components screen</Text>
<Text>{t('Hello')}</Text>
<PrimaryButton
Expand Down
2 changes: 1 addition & 1 deletion style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ export const lightColors = {
textSecondary: '#73828A',
inputBackground: '#f0f0f0',
inputBorder: '#c7c4d6',
};
};

0 comments on commit 337f7aa

Please sign in to comment.