diff --git a/v3-workspace/src/stores/favoriteItems.js b/v3-workspace/src/stores/favoriteItems.js index da943e0..b2418c1 100644 --- a/v3-workspace/src/stores/favoriteItems.js +++ b/v3-workspace/src/stores/favoriteItems.js @@ -22,6 +22,6 @@ const addNewItemToList = () => { favoriteItemStore.favoriteItems.push(favoriteItemStore.userInput) } -export default () => { +export default () => ({ favoriteItemStore, addNewItemToList -} +})