Skip to content

Commit

Permalink
fix: split imports for components & types
Browse files Browse the repository at this point in the history
  • Loading branch information
BartoszGrajdek committed Jan 5, 2024
1 parent 3d77a96 commit 02f7caa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/HoldMenuSectionList.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import React from 'react';
import {ImageSourcePropType, View} from 'react-native';
import {View} from 'react-native';
import type {ImageSourcePropType} 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 02f7caa

Please sign in to comment.