clean des composants, dossiers

This commit is contained in:
Rochas
2025-12-11 21:25:58 +01:00
4 changed files with 146 additions and 53 deletions

View File

@@ -4,7 +4,6 @@ import React from 'react';
import { Image, StyleProp, StyleSheet, View, ViewStyle } from 'react-native';
import { ThemedText } from './theme/themed-text';
type Props = {
data: {
chantier:Chantier|null;
@@ -13,8 +12,6 @@ type Props = {
};
export default function ChantierSummary({data,style , ...otherProps }: Props) {
return(
<View style={style}>
{data.chantier ? (