diff --git a/src/view/com/util/List.tsx b/src/view/com/util/List.tsx index 8c7b20c98a..18bff4859a 100644 --- a/src/view/com/util/List.tsx +++ b/src/view/com/util/List.tsx @@ -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,