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;