From 883956370283ab37d27b4750ffee4909d1a2d138 Mon Sep 17 00:00:00 2001 From: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com> Date: Mon, 6 Nov 2023 11:29:45 +0530 Subject: [PATCH] refactor(INJI-436): remove unused app id import in app.tsx Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com> --- App.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/App.tsx b/App.tsx index eb8ced6716..adc105eef2 100644 --- a/App.tsx +++ b/App.tsx @@ -26,7 +26,6 @@ import SecureKeystore from 'react-native-secure-keystore'; import {isHardwareKeystoreExists} from './shared/cryptoutil/cryptoUtil'; import i18n from './i18n'; import './shared/flipperConfig'; -import {__AppId} from './shared/GlobalVariables'; // kludge: this is a bad practice but has been done temporarily to surface // an occurance of a bug with minimal residual code changes, this should