Skip to content

Commit 24ff7de

Browse files
committed
prettier, one more time
1 parent 742d5f2 commit 24ff7de

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/SelectionList/types.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
import type {JSXElementConstructor, ReactElement, ReactNode} from 'react';
1+
import type {ReactElement, ReactNode} from 'react';
22
import type {GestureResponderEvent, InputModeOptions, LayoutChangeEvent, SectionListData, StyleProp, TextStyle, ViewStyle} from 'react-native';
33
import type {Errors, Icon, PendingAction} from '@src/types/onyx/OnyxCommon';
44
import type ChildrenProps from '@src/types/utils/ChildrenProps';
5-
import RadioListItem from "@components/SelectionList/RadioListItem";
6-
import UserListItem from "@components/SelectionList/UserListItem";
5+
import type RadioListItem from './RadioListItem';
6+
import type UserListItem from './UserListItem';
77

88
type CommonListItemProps<TItem> = {
99
/** Whether this item is focused (for arrow key controls) */

0 commit comments

Comments
 (0)