From f04b4122f83e1aa9422f801252a515225eb891c9 Mon Sep 17 00:00:00 2001 From: Yutsuo Date: Wed, 4 Mar 2020 19:47:18 -0300 Subject: [PATCH] update --- 05-hooks/src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 (