From cdede7d6e321f9adc51856213eea84b759cfb319 Mon Sep 17 00:00:00 2001 From: DevEhChad Date: Mon, 1 May 2023 08:34:50 -0400 Subject: [PATCH] Third Commit --- src/helpers/ShopList.js | 6 ++++++ 1 file changed, 6 insertions(+) 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