Fix prettier formatting for react-native imports

Break long import line into multiple lines to satisfy prettier's 80 character line limit.

Co-authored-by: Samuel Newman <mozzius@users.noreply.github.com>
This commit is contained in:
claude[bot]
2026-03-24 20:15:01 +00:00
committed by Samuel Newman
parent 1b9e1fa822
commit a1b5c22aef
+5 -1
View File
@@ -1,5 +1,9 @@
import {forwardRef, memo, useDeferredValue, useMemo} from 'react'
import {type LayoutChangeEvent, RefreshControl, type ViewToken} from 'react-native'
import {
type LayoutChangeEvent,
RefreshControl,
type ViewToken,
} from 'react-native'
import {
type FlatListPropsWithLayout,
runOnJS,