sort imports for files related to this PR

This commit is contained in:
Samuel Newman 2024-03-20 19:44:52 +00:00
parent 823ce63796
commit 1d10946f54
17 changed files with 124 additions and 120 deletions

View file

@ -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,