From 7d5644173dcbae035c1299b35c7587c45c5ded4f Mon Sep 17 00:00:00 2001 From: Akhror Date: Fri, 15 Sep 2023 15:08:47 +0500 Subject: [PATCH] Testing Linter Automation --- src/styles/appStyles.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/appStyles.js b/src/styles/appStyles.js index 2c056518..69e481c1 100644 --- a/src/styles/appStyles.js +++ b/src/styles/appStyles.js @@ -1,4 +1,4 @@ -import { Dimensions, Platform } from "react-native"; +import { Dimensions, Platform, Test } from "react-native"; export default { screenWidth: Dimensions.get("window").width,