Skip to content

Commit f18533c

Browse files
committed
fix: lint error
1 parent c346d81 commit f18533c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/workspace/companyCards/utils.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
import type {ValueOf} from 'type-fest';
22
import type {LocaleContextProps} from '@components/LocaleContextProvider';
33
import type {SelectorType} from '@components/SelectionScreen';
4+
import createDynamicRoute from '@libs/Navigation/helpers/dynamicRoutesUtils/createDynamicRoute';
45
import {findSelectedBankAccountWithDefaultSelect, findSelectedVendorWithDefaultSelect, getCurrentConnectionName, getSageIntacctNonReimbursableActiveDefaultVendor} from '@libs/PolicyUtils';
56
import CONST from '@src/CONST';
67
import ROUTES, {DYNAMIC_ROUTES} from '@src/ROUTES';
78
import type {Card, Policy} from '@src/types/onyx';
89
import type {Account, PolicyConnectionName} from '@src/types/onyx/Policy';
9-
import createDynamicRoute from '@libs/Navigation/helpers/dynamicRoutesUtils/createDynamicRoute';
1010

1111
type ExportIntegration = {
1212
title?: string;

0 commit comments

Comments
 (0)