Skip to content

Commit

Permalink
fix: unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
janrembold committed Apr 19, 2024
1 parent f0771b0 commit fd224c7
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ import {
SetStateAction,
useContext,
useEffect,
useState,
useRef
useState
} from 'react';
import TaskAltIcon from '@mui/icons-material/TaskAlt';
import NoResultsIllustration from '../../../../resources/img/illustrations/no-results.svg';
Expand Down

0 comments on commit fd224c7

Please sign in to comment.