clean des composants, dossiers
This commit is contained in:
@@ -15,10 +15,10 @@ import {
|
||||
import Animated, {
|
||||
LinearTransition
|
||||
} from "react-native-reanimated";
|
||||
import { ThemedButton } from "./themed-button";
|
||||
import { ThemedText } from "./themed-text";
|
||||
import { ThemedTextInput } from "./themed-textinput";
|
||||
import { ThemedView } from "./themed-view";
|
||||
import { ThemedButton } from "./theme/themed-button";
|
||||
import { ThemedText } from "./theme/themed-text";
|
||||
import { ThemedTextInput } from "./theme/themed-textinput";
|
||||
import { ThemedView } from "./theme/themed-view";
|
||||
|
||||
const screenHeight = Dimensions.get("window").height;
|
||||
const { width, height } = Dimensions.get("window");
|
||||
@@ -57,7 +57,7 @@ export default function SelectChantier() {
|
||||
}
|
||||
|
||||
function onPressAddChantier(){
|
||||
router.push('/(tabs)/ajoute_chantier')
|
||||
router.push('/(tabs)/addChantier')
|
||||
setIsOpen(false)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user