diff --git a/src/App.tsx b/src/App.tsx index 3ac51d5..c06a614 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -3,7 +3,7 @@ import { useSelector, useDispatch } from "react-redux"; import Todo from "./Todo"; import {TodoItem} from "./types"; -import { ADD_TODO, TOGGLE_TODO, DELETE_TODO } from "./reducers"; +import { ADD_TODO } from "./reducers"; function App() { const [text, setText] = useState("");