diff --git a/src/helpers/ShopList.js b/src/helpers/ShopList.js index 2296297..be2e4f8 100644 --- a/src/helpers/ShopList.js +++ b/src/helpers/ShopList.js @@ -18,4 +18,10 @@ export const ShopList = [ image: Image3, price: 1, }, + + { + name: "Image 3", + image: Image3, + price: 1, + } ]; \ No newline at end of file