···11import React from 'react'
22import {View} from 'react-native'
33-import {Text} from '../../util/text/Text'
43// @ts-ignore no type definition -prf
54import ProgressCircle from 'react-native-progress/Circle'
65// @ts-ignore no type definition -prf
76import ProgressPie from 'react-native-progress/Pie'
77+88+import {MAX_GRAPHEME_LENGTH} from 'lib/constants'
99+import {usePalette} from 'lib/hooks/usePalette'
810import {s} from 'lib/styles'
99-import {usePalette} from 'lib/hooks/usePalette'
1010-import {MAX_GRAPHEME_LENGTH} from 'lib/constants'
1111+import {Text} from '../../util/text/Text'
11121213const DANGER_LENGTH = MAX_GRAPHEME_LENGTH
1314