Skip to content

Commit

Permalink
refactor: sorted imports
Browse files Browse the repository at this point in the history
  • Loading branch information
gmiszewski-intent committed Oct 10, 2023
1 parent 95ae38b commit a2c6b9a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ import type { NativeStackScreenProps } from '@react-navigation/native-stack'
import { BleError, Characteristic, Device, type Subscription } from 'react-native-ble-plx'
import { ScrollView } from 'react-native'
import base64 from 'react-native-base64'
import Toast from 'react-native-toast-message'
import { BLEService } from '../../../services'
import type { MainStackParamList } from '../../../navigation/navigators'
import { AppButton, AppTextInput, ScreenDefaultContainer, TestStateDisplay } from '../../../components/atoms'
import { deviceTimeService, currentTimeCharacteristic } from '../../../consts/nRFDeviceConsts'
import { currentTimeCharacteristic, deviceTimeService } from '../../../consts/nRFDeviceConsts'
import { wait } from '../../../utils/wait'
import Toast from 'react-native-toast-message'

type DeviceConnectDisconnectTestScreenProps = NativeStackScreenProps<
MainStackParamList,
Expand Down

0 comments on commit a2c6b9a

Please sign in to comment.