File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/views/navigation/tabs Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ import { setDebugEnabled } from '@/slices/settings';
1212import ChangeLanguageModal from '@/components/modals/ChangeLanguageModal' ;
1313import ChangeThemeModal from '@/components/modals/ChangeThemeModal' ;
1414
15+ import useDeviceIndex from '@/hooks/useDeviceIndex' ;
1516import useDtuState from '@/hooks/useDtuState' ;
1617import useHasAuthConfigured from '@/hooks/useHasAuthConfigured' ;
1718import useHasNewAppVersion from '@/hooks/useHasNewAppVersion' ;
@@ -26,7 +27,6 @@ import { StyledView } from '@/style';
2627import type { NavigationProp , ParamListBase } from '@react-navigation/native' ;
2728import { useNavigation } from '@react-navigation/native' ;
2829import packageJson from '@root/package.json' ;
29- import useDeviceIndex from '@/hooks/useDeviceIndex' ;
3030
3131const MainSettingsTab : FC = ( ) => {
3232 const navigation = useNavigation ( ) as NavigationProp < ParamListBase > ;
You can’t perform that action at this time.
0 commit comments