diff --git a/05-hooks/src/App.js b/05-hooks/src/App.js index f67db4f0..ed337b0b 100644 --- a/05-hooks/src/App.js +++ b/05-hooks/src/App.js @@ -15,7 +15,7 @@ const Counter = () => { ); }; -const List = () => { +const ShoppingList = () => { const inputRef = useRef(); const [items, dispatch] = useReducer((state, action) => { switch (