Skip to content

Commit

Permalink
fix: frontend linting
Browse files Browse the repository at this point in the history
  • Loading branch information
alberto-abarzua committed Nov 21, 2023
1 parent 6aae1ab commit 11bf950
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions frontend/src/components/actions/BaseAction.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,10 @@ import { ItemTypes } from '@/utils/ItemTypes';
import AutorenewIcon from '@mui/icons-material/Autorenew';
import CloseIcon from '@mui/icons-material/Close';
import ContentCopyIcon from '@mui/icons-material/ContentCopy';
import MoreHorizIcon from '@mui/icons-material/MoreHoriz';
import DownloadIcon from '@mui/icons-material/Download';
import DragIndicatorIcon from '@mui/icons-material/DragIndicator';
import ErrorIcon from '@mui/icons-material/Error';
import MenuOpenIcon from '@mui/icons-material/MenuOpen';
import MoreHorizIcon from '@mui/icons-material/MoreHoriz';
import PlayArrowIcon from '@mui/icons-material/PlayArrow';
import PropTypes from 'prop-types';
import { useRef } from 'react';
Expand Down

0 comments on commit 11bf950

Please sign in to comment.