From 62d79c5d644d3285779005f83e992091f9af1a01 Mon Sep 17 00:00:00 2001 From: Louison PARANT Date: Tue, 12 Dec 2023 09:57:10 +0100 Subject: [PATCH] Code Smells Fix --- LeftOvers/components/RecipeElement.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LeftOvers/components/RecipeElement.tsx b/LeftOvers/components/RecipeElement.tsx index a5ca952..7740371 100644 --- a/LeftOvers/components/RecipeElement.tsx +++ b/LeftOvers/components/RecipeElement.tsx @@ -1,5 +1,5 @@ -import React, {useContext, useState} from 'react'; -import {StyleSheet, Pressable, Text, View, Image, ScrollView, ImageSourcePropType} from 'react-native'; +import React, {useContext} from 'react'; +import {StyleSheet, Pressable, Text, View, Image, ScrollView} from 'react-native'; import brochette from '../assets/images/brochette.png'; import Union_left from '../assets/images/Union_left.png'; import Union_right from '../assets/images/Union_right.png';