Skip to content

Commit

Permalink
chore: fix eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
jobo322 committed Sep 4, 2024
1 parent 4cc2778 commit a9b6e39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/component/2d/ft/Contours.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import debounce from 'lodash/debounce';
import get from 'lodash/get';
import { Spectrum2D } from 'nmr-load-save';
import { memo, useEffect, useMemo, useRef } from 'react';
import { memo, useMemo, useRef } from 'react';

import {
drawContours,
Expand Down

0 comments on commit a9b6e39

Please sign in to comment.