Skip to content

Commit

Permalink
Linter issues fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
fvlvte committed Nov 20, 2023
1 parent 8986ffe commit 91b3bb0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/libs/models/BankAccount.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import Str from 'expensify-common/lib/str';
import {ValueOf} from 'type-fest';
import CONST from '@src/CONST';

import BankAccountJSON, {AdditionalData} from '../../types/onyx/BankAccount';
import BankAccountJSON, {AdditionalData} from '@src/types/onyx/BankAccount';

type State = ValueOf<typeof BankAccount.STATE>;

Expand Down

0 comments on commit 91b3bb0

Please sign in to comment.