From f8a479b36b2f5dd0c9436ac7c6a65000474a874e Mon Sep 17 00:00:00 2001 From: cdOut <88325488+cdOut@users.noreply.github.com> Date: Wed, 27 Mar 2024 12:16:15 +0100 Subject: [PATCH] fix prettier --- src/components/TestToolMenu.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/TestToolMenu.tsx b/src/components/TestToolMenu.tsx index 44bba886d518..527b92d4d7dc 100644 --- a/src/components/TestToolMenu.tsx +++ b/src/components/TestToolMenu.tsx @@ -4,14 +4,14 @@ import {withOnyx} from 'react-native-onyx'; import useThemeStyles from '@hooks/useThemeStyles'; import * as ApiUtils from '@libs/ApiUtils'; import compose from '@libs/compose'; +import Navigation from '@libs/Navigation/Navigation'; import * as Network from '@userActions/Network'; import * as Session from '@userActions/Session'; import * as User from '@userActions/User'; import CONFIG from '@src/CONFIG'; -import Navigation from '@libs/Navigation/Navigation'; import ONYXKEYS from '@src/ONYXKEYS'; -import type {Network as NetworkOnyx, User as UserOnyx} from '@src/types/onyx'; import ROUTES from '@src/ROUTES'; +import type {Network as NetworkOnyx, User as UserOnyx} from '@src/types/onyx'; import Button from './Button'; import {withNetwork} from './OnyxProvider'; import Switch from './Switch';