···1import React from 'react'
2import {View} from 'react-native'
3-import {Text} from '../../util/text/Text'
4// @ts-ignore no type definition -prf
5import ProgressCircle from 'react-native-progress/Circle'
6// @ts-ignore no type definition -prf
7import ProgressPie from 'react-native-progress/Pie'
0008import {s} from 'lib/styles'
9-import {usePalette} from 'lib/hooks/usePalette'
10-import {MAX_GRAPHEME_LENGTH} from 'lib/constants'
1112const DANGER_LENGTH = MAX_GRAPHEME_LENGTH
13
···1import React from 'react'
2import {View} from 'react-native'
03// @ts-ignore no type definition -prf
4import ProgressCircle from 'react-native-progress/Circle'
5// @ts-ignore no type definition -prf
6import ProgressPie from 'react-native-progress/Pie'
7+8+import {MAX_GRAPHEME_LENGTH} from 'lib/constants'
9+import {usePalette} from 'lib/hooks/usePalette'
10import {s} from 'lib/styles'
11+import {Text} from '../../util/text/Text'
01213const DANGER_LENGTH = MAX_GRAPHEME_LENGTH
14