Skip to content

Commit

Permalink
make linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
cindywu committed Nov 23, 2024
1 parent e7bcb1e commit 0451d1d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import React, { useState } from 'react';
import { t } from 'i18next';

import { type TransactionEntity } from 'loot-core/types/models';

import { SelectedProvider, useSelected } from '../../../hooks/useSelected';
import { SvgSearchAlternate } from '../../../icons/v2';
import { styles, theme } from '../../../style';
Expand All @@ -13,6 +14,7 @@ import { CellValue, CellValueText } from '../../spreadsheet/CellValue';
import { type SheetFields, type SheetNames } from '../../spreadsheet/index';
import { useSheetValue } from '../../spreadsheet/useSheetValue';
import { PullToRefresh } from '../PullToRefresh';

import { TransactionList } from './TransactionList';

function TransactionSearchInput({
Expand Down

0 comments on commit 0451d1d

Please sign in to comment.