Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
s77rt committed Jan 21, 2025
1 parent 3acd370 commit 2de319c
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions src/pages/workspace/accounting/MultiConnectionSelectorPage.tsx
Original file line number Diff line number Diff line change
@@ -1,28 +1,19 @@
import {title} from 'process';
import React, {useMemo} from 'react';
import {View} from 'react-native';
import {ValueOf} from 'type-fest';
import HeaderWithBackButton from '@components/HeaderWithBackButton';
import Icon from '@components/Icon';
import MenuItemList from '@components/MenuItemList';
import ScreenWrapper from '@components/ScreenWrapper';
import SelectionList from '@components/SelectionList';
import RadioListItem from '@components/SelectionList/RadioListItem';
import {SelectorType} from '@components/SelectionScreen';
import Text from '@components/Text';
import useLocalize from '@hooks/useLocalize';
import useThemeStyles from '@hooks/useThemeStyles';
import {getConnectionNameFromRouteParam} from '@libs/AccountingUtils';
import {PlatformStackScreenProps} from '@libs/Navigation/PlatformStackNavigation/types';
import {SettingsNavigatorParamList} from '@libs/Navigation/types';
import type {WithPolicyConnectionsProps} from '@pages/workspace/withPolicyConnections';
import withPolicyConnections from '@pages/workspace/withPolicyConnections';
import CONST from '@src/CONST';
import {TranslationPaths} from '@src/languages/types';
import SCREENS from '@src/SCREENS';
import AccessOrNotFoundWrapper from '../AccessOrNotFoundWrapper';
import {AccountingContextProvider, useAccountingContext} from './AccountingContext';
import {AccountingIntegration, MenuItemData} from './types';
import {MenuItemData} from './types';
import {getAccountingIntegrationData} from './utils';

type MultiConnectionSelectorPageProps = WithPolicyConnectionsProps & {
Expand Down

0 comments on commit 2de319c

Please sign in to comment.