Fix import sort order in List.tsx
Co-authored-by: Samuel Newman <mozzius@users.noreply.github.com>
This commit is contained in:
committed by
Samuel Newman
parent
397520cf5b
commit
1b9e1fa822
@@ -1,5 +1,5 @@
|
||||
import {forwardRef, memo, useDeferredValue, useMemo} from 'react'
|
||||
import {RefreshControl, type LayoutChangeEvent, type ViewToken} from 'react-native'
|
||||
import {type LayoutChangeEvent, RefreshControl, type ViewToken} from 'react-native'
|
||||
import {
|
||||
type FlatListPropsWithLayout,
|
||||
runOnJS,
|
||||
|
||||
Reference in New Issue
Block a user