Skip to content

Commit

Permalink
Fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
joel-jeremy committed Sep 18, 2024
1 parent c06b591 commit ed38f61
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
import { isPreviewId } from 'loot-core/shared/transactions';
import { useAccount } from '../../hooks/useAccount';
import {
AccountEntity,
PayeeEntity,
TransactionEntity,
type AccountEntity,
type PayeeEntity,
type TransactionEntity,
} from 'loot-core/types/models';

import { useAccount } from '../../hooks/useAccount';

type UsePrettyPayeeProps = {
transaction: TransactionEntity & { _inverse?: boolean };
payee?: PayeeEntity;
Expand Down

0 comments on commit ed38f61

Please sign in to comment.