From 07c018a217de4f726e27a5536953ce6410532c14 Mon Sep 17 00:00:00 2001 From: Paul Schreiber Date: Fri, 5 Jul 2024 09:40:57 -0400 Subject: [PATCH] fix: remove unused imports --- dev-client/src/App.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-client/src/App.tsx b/dev-client/src/App.tsx index 2dbe17b14e..bc750592bc 100644 --- a/dev-client/src/App.tsx +++ b/dev-client/src/App.tsx @@ -25,8 +25,7 @@ // react-native-get-random-values needed for uuid - https://github.com/uuidjs/uuid#react-native--expo import 'react-native-get-random-values'; -import {useEffect, useState} from 'react'; -import {LogBox, PermissionsAndroid} from 'react-native'; +import {LogBox} from 'react-native'; import {GestureHandlerRootView} from 'react-native-gesture-handler'; import {Provider} from 'react-redux';