Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
sar-mko committed Oct 19, 2024
1 parent 34c7b26 commit 06804a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ListItem.jsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { useState, useEffect, Fragment } from 'react';
import { useState, useEffect } from 'react';
import './ListItem.css';
import { updateItem, deleteItem } from '../api';
import ExpandMoreIcon from '@mui/icons-material/ExpandMore';
Expand Down

0 comments on commit 06804a7

Please sign in to comment.