Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
djtaylor8 committed Nov 18, 2023
1 parent ead2dc8 commit ecd44a6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/component/AddItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import '../App.css';
import Navbar from './Navbar';
import DuplicateMessage from './DuplicateMessage';
import TopBar from './TopBar';
import { Redirect } from 'react-router-dom';

const AddItem = ({ token, setToken, firestore }) => {
const [name, setName] = useState('');
Expand Down

0 comments on commit ecd44a6

Please sign in to comment.