Skip to content

Commit

Permalink
fix: remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
paulschreiber committed Jul 11, 2024
1 parent 7c7f534 commit 07c018a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dev-client/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down

0 comments on commit 07c018a

Please sign in to comment.