Skip to content

Commit c26f41a

Browse files
committed
update: lint error for empty state
1 parent c5f3b7d commit c26f41a

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/view/com/util/EmptyState.tsx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
import React from 'react'
2-
import {type StyleProp, type TextStyle, type ViewStyle} from 'react-native'
3-
import {View} from 'react-native'
2+
import {
3+
type StyleProp,
4+
type TextStyle,
5+
View,
6+
type ViewStyle,
7+
} from 'react-native'
48
import {Trans} from '@lingui/macro'
59

610
import {usePalette} from '#/lib/hooks/usePalette'

0 commit comments

Comments
 (0)