Skip to content

Commit

Permalink
Fix lint problems
Browse files Browse the repository at this point in the history
  • Loading branch information
karlosos committed Nov 21, 2023
1 parent 2310f82 commit 9fa16a0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/app/features/clippings/highlights/HighlightItem.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import {
CalendarClockIcon,
CopyCheckIcon,
CopyIcon,
LocateIcon,
NavigationIcon,
RotateCwIcon,
Trash2Icon,
Expand All @@ -16,7 +15,6 @@ import { useDispatch } from 'react-redux';
import { Link } from 'react-router-dom';
import { toast } from 'react-toastify';
import 'react-toastify/dist/ReactToastify.css';
import { Icon } from 'semantic-ui-react';

import { toggleDeleted, toggleFavourite } from '../clippingsSlice';
import {
Expand Down

0 comments on commit 9fa16a0

Please sign in to comment.