We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5f3b7d commit c26f41aCopy full SHA for c26f41a
src/view/com/util/EmptyState.tsx
@@ -1,6 +1,10 @@
1
import React from 'react'
2
-import {type StyleProp, type TextStyle, type ViewStyle} from 'react-native'
3
-import {View} from 'react-native'
+import {
+ type StyleProp,
4
+ type TextStyle,
5
+ View,
6
+ type ViewStyle,
7
+} from 'react-native'
8
import {Trans} from '@lingui/macro'
9
10
import {usePalette} from '#/lib/hooks/usePalette'
0 commit comments