Skip to content

Commit

Permalink
refactor: fix eslint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
wadjih-bencheikh18 committed Aug 23, 2023
1 parent 06bc728 commit 21fb759
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/roi/ROIEditPreference.tsx
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
import styled from '@emotion/styled';
import startCase from 'lodash/startCase';
import { CSSProperties, memo, useCallback, useMemo, useState } from 'react';
import { FaCheck, FaTimes } from 'react-icons/fa';
import {
Checkbox,
ColorPickerDropdown,
PanelPreferencesToolbar,
Table,
Toolbar,
ValueRenderers,
} from 'react-science/ui';

Expand Down

0 comments on commit 21fb759

Please sign in to comment.