Skip to content

Commit

Permalink
Remove unused TS reference
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoayyed authored Nov 10, 2023
1 parent 82854c6 commit f771c67
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/src/app/data/useFuse.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { useMemo, useState, useCallback } from 'react';

import Fuse from "fuse.js";
import IFuseOptions from "fuse.js";
import debounce from 'lodash/debounce';

export function useFuse<T>(list: T[], matchAllOnEmptyQuery: boolean, options: {}) {
Expand Down

0 comments on commit f771c67

Please sign in to comment.