Skip to content

Commit

Permalink
chore: removed unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Vali-98 committed Nov 23, 2024
1 parent 7b57bb2 commit 9734a1e
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions app/constants/LocalAuth.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
import { AppSettings } from '@globals'
import {
authenticateAsync,
getEnrolledLevelAsync,
hasHardwareAsync,
isEnrolledAsync,
SecurityLevel,
} from 'expo-local-authentication'
import { authenticateAsync, getEnrolledLevelAsync, SecurityLevel } from 'expo-local-authentication'
import { useCallback, useEffect, useState } from 'react'
import { useMMKVBoolean } from 'react-native-mmkv'

Expand Down

0 comments on commit 9734a1e

Please sign in to comment.