Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
joel-jeremy committed Oct 17, 2024
1 parent f08be28 commit f193cec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/loot-core/src/client/data-hooks/transactions.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { useEffect, useRef, useState, useMemo, useCallback } from 'react';
import { useEffect, useRef, useState, useMemo } from 'react';

import debounce from 'lodash/debounce';

Expand Down

0 comments on commit f193cec

Please sign in to comment.