From 191ef4350eb724a4565fe3264fd6ab197c49c66f Mon Sep 17 00:00:00 2001 From: Xor290 Date: Tue, 25 Aug 2026 17:57:29 +0200 Subject: [PATCH] chore: build --- omnex-plateform-client/src/screens/client/ProductsScreen.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/omnex-plateform-client/src/screens/client/ProductsScreen.tsx b/omnex-plateform-client/src/screens/client/ProductsScreen.tsx index 7d8b78e..d8af69f 100644 --- a/omnex-plateform-client/src/screens/client/ProductsScreen.tsx +++ b/omnex-plateform-client/src/screens/client/ProductsScreen.tsx @@ -28,9 +28,6 @@ import { spacing, fontSize } from "../../theme"; import { useTheme } from "../../context/ThemeContext"; import type { ClientStackParamList } from "../../navigation/types"; -// eslint-disable-next-line @typescript-eslint/no-var-requires -const logoGrosSemi = require("../../../assets/logo-gros-semi.png"); - const { width: SCREEN_WIDTH } = Dimensions.get("window"); const CARD_WIDTH = SCREEN_WIDTH - 48;