Skip to content

Commit

Permalink
fix: remove inline type specifier
Browse files Browse the repository at this point in the history
  • Loading branch information
BartoszGrajdek committed Jan 5, 2024
1 parent 85ba4ae commit 3d77a96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/HoldMenuSectionList.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react';
import {type ImageSourcePropType, View} from 'react-native';
import {ImageSourcePropType, View} from 'react-native';
import type {SvgProps} from 'react-native-svg';
import useLocalize from '@hooks/useLocalize';
import useThemeStyles from '@hooks/useThemeStyles';
Expand Down

0 comments on commit 3d77a96

Please sign in to comment.