clean des composants, dossiers
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
import { Image } from 'expo-image';
|
||||
import { Platform, StyleSheet } from 'react-native';
|
||||
|
||||
import { HelloWave } from '@/components/hello-wave';
|
||||
import ParallaxScrollView from '@/components/parallax-scroll-view';
|
||||
import { ThemedText } from '@/components/themed-text';
|
||||
import { ThemedView } from '@/components/themed-view';
|
||||
import { HelloWave } from '@/components/expoExempleComponents/hello-wave';
|
||||
import ParallaxScrollView from '@/components/expoExempleComponents/parallax-scroll-view';
|
||||
import { ThemedText } from '@/components/theme/themed-text';
|
||||
import { ThemedView } from '@/components/theme/themed-view';
|
||||
import { Link } from 'expo-router';
|
||||
|
||||
export default function HomeScreen() {
|
||||
|
||||
Reference in New Issue
Block a user