diff --git a/mobile/assets/logo-gros-semi.png b/mobile/assets/logo-gros-semi.png new file mode 100644 index 00000000..2e1e952c Binary files /dev/null and b/mobile/assets/logo-gros-semi.png differ diff --git a/mobile/src/screens/client/ProductsScreen.tsx b/mobile/src/screens/client/ProductsScreen.tsx index 1fc66522..7845f39a 100644 --- a/mobile/src/screens/client/ProductsScreen.tsx +++ b/mobile/src/screens/client/ProductsScreen.tsx @@ -16,7 +16,6 @@ import { ImageBackground, Animated, } from "react-native"; -import { useFonts } from "expo-font"; import { useNavigation } from "@react-navigation/native"; import type { NativeStackNavigationProp } from "@react-navigation/native-stack"; import { getAllProducts, getProductsByCategory } from "../../api/api"; @@ -53,9 +52,6 @@ type Nav = NativeStackNavigationProp; export default function ProductsScreen() { const { colors } = useTheme(); const navigation = useNavigation