run linter
This commit is contained in:
parent
a3c09f9f86
commit
1512b5cf68
465 changed files with 4136 additions and 3714 deletions
|
|
@ -1,13 +1,12 @@
|
|||
import React from 'react'
|
||||
import {View, PressableProps} from 'react-native'
|
||||
import {msg} from '@lingui/macro'
|
||||
import {useLingui} from '@lingui/react'
|
||||
import React from 'react'
|
||||
import {PressableProps, View} from 'react-native'
|
||||
|
||||
import {useTheme, atoms as a, useBreakpoints} from '#/alf'
|
||||
import {Text} from '#/components/Typography'
|
||||
import {atoms as a, useBreakpoints, useTheme} from '#/alf'
|
||||
import {Button} from '#/components/Button'
|
||||
|
||||
import * as Dialog from '#/components/Dialog'
|
||||
import {Text} from '#/components/Typography'
|
||||
|
||||
export {useDialogControl as usePromptControl} from '#/components/Dialog'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue