sort imports for files related to this PR
This commit is contained in:
parent
823ce63796
commit
1d10946f54
17 changed files with 124 additions and 120 deletions
|
|
@ -1,15 +1,15 @@
|
|||
import React from 'react'
|
||||
import {
|
||||
ScrollView,
|
||||
type StyleProp,
|
||||
StyleSheet,
|
||||
View,
|
||||
type StyleProp,
|
||||
type ViewStyle,
|
||||
} from 'react-native'
|
||||
|
||||
import {isWeb} from '#/platform/detection'
|
||||
import {atoms as a, useBreakpoints, useTheme} from '#/alf'
|
||||
import {Text} from '#/components/Typography'
|
||||
import {isWeb} from '#/platform/detection'
|
||||
|
||||
export function FormContainer({
|
||||
testID,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue