Retrait des points-virgules finaux
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
import { ScrollView } from 'react-native';
|
||||
import { ScrollView } from 'react-native'
|
||||
|
||||
import { ThemedText } from '@/components/ThemedText';
|
||||
import { ThemedView } from '@/components/ThemedView';
|
||||
import { ThemedText } from '@/components/ThemedText'
|
||||
import { ThemedView } from '@/components/ThemedView'
|
||||
|
||||
export default function ChallengesScreen() {
|
||||
return (
|
||||
@ -10,5 +10,5 @@ export default function ChallengesScreen() {
|
||||
<ThemedText>Ici on aura la gestion des challenges</ThemedText>
|
||||
</ThemedView>
|
||||
</ScrollView>
|
||||
);
|
||||
)
|
||||
}
|
||||
|
@ -1,7 +1,6 @@
|
||||
import { ScrollView } from 'react-native';
|
||||
|
||||
import { ThemedText } from '@/components/ThemedText';
|
||||
import { ThemedView } from '@/components/ThemedView';
|
||||
import { ScrollView } from 'react-native'
|
||||
import { ThemedText } from '@/components/ThemedText'
|
||||
import { ThemedView } from '@/components/ThemedView'
|
||||
|
||||
export default function HistoryScreen() {
|
||||
return (
|
||||
@ -10,5 +9,5 @@ export default function HistoryScreen() {
|
||||
<ThemedText>Ici on aura la gestion de l'historique des trains empruntés et des challenges effectués</ThemedText>
|
||||
</ThemedView>
|
||||
</ScrollView>
|
||||
);
|
||||
)
|
||||
}
|
||||
|
@ -27,4 +27,4 @@ const styles = StyleSheet.create({
|
||||
flex: 1,
|
||||
alignSelf: 'stretch',
|
||||
},
|
||||
});
|
||||
})
|
||||
|
@ -1,7 +1,7 @@
|
||||
import { ScrollView } from 'react-native';
|
||||
import { ScrollView } from 'react-native'
|
||||
|
||||
import { ThemedText } from '@/components/ThemedText';
|
||||
import { ThemedView } from '@/components/ThemedView';
|
||||
import { ThemedText } from '@/components/ThemedText'
|
||||
import { ThemedView } from '@/components/ThemedView'
|
||||
|
||||
export default function TrainScreen() {
|
||||
return (
|
||||
@ -10,5 +10,5 @@ export default function TrainScreen() {
|
||||
<ThemedText>Ici on aura la page pour ajouter un trajet en train depuis Rail Planner</ThemedText>
|
||||
</ThemedView>
|
||||
</ScrollView>
|
||||
);
|
||||
)
|
||||
}
|
||||
|
Reference in New Issue
Block a user