Fix import sort order in List.tsx

Co-authored-by: Samuel Newman <mozzius@users.noreply.github.com>
This commit is contained in:
claude[bot]
2026-03-24 20:06:22 +00:00
committed by Samuel Newman
parent 397520cf5b
commit 1b9e1fa822
+1 -1
View File
@@ -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,