diff --git a/guard_app/src/components/modal/LocationVerificationModal.tsx b/guard_app/src/components/modal/LocationVerificationModal.tsx index e69466b17..51e7c26eb 100644 --- a/guard_app/src/components/modal/LocationVerificationModal.tsx +++ b/guard_app/src/components/modal/LocationVerificationModal.tsx @@ -11,8 +11,8 @@ import { View, } from 'react-native'; -import ErrorMessageBox from '../ErrorMessageBox'; import { useAppTheme } from '../../theme'; +import ErrorMessageBox from '../ErrorMessageBox'; type LocationPayload = { latitude: number;