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,9 +1,9 @@
import React from 'react'
import {View} from 'react-native'
import {atoms as a, useTheme} from '#/alf'
import {Warning_Stroke2_Corner0_Rounded as Warning} from '#/components/icons/Warning'
import {Text} from '#/components/Typography'
import {atoms as a, useTheme} from '#/alf'
export function FormError({error}: {error?: string}) {
const t = useTheme()