Skip to content

Commit

Permalink
refactor: fix eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
wadjih-bencheikh18 committed Oct 6, 2023
1 parent fb198dc commit 17583df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/roi/annotation/SurfaceAnnotation.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Roi } from 'image-js';
import { CSSProperties, memo, useEffect, useMemo } from 'react';
import { CSSProperties, memo, useMemo } from 'react';

Check warning on line 2 in src/components/roi/annotation/SurfaceAnnotation.tsx

View workflow job for this annotation

GitHub Actions / lint

There should be at least one empty line between import groups
import usePreferences from '../../../hooks/usePreferences';

interface SurfaceAnnotationProps {
Expand Down

0 comments on commit 17583df

Please sign in to comment.