diff --git a/src/components/HoldMenuSectionList.tsx b/src/components/HoldMenuSectionList.tsx index 145de4eb392d..f5c7e8cf3b94 100644 --- a/src/components/HoldMenuSectionList.tsx +++ b/src/components/HoldMenuSectionList.tsx @@ -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';