mirror of
https://github.com/DevEhChad/chadsreactproject.git
synced 2025-11-08 13:31:35 +00:00
Third Commit
This commit is contained in:
@@ -6,7 +6,7 @@ import "../styles/Shop.css";
|
||||
function Shop() {
|
||||
return (
|
||||
<div className="shop">
|
||||
<h1 className="shopTitle">Yo Buy My Shit</h1>
|
||||
<h1 className="shopTitle">Test Shop</h1>
|
||||
<div className="shopList">
|
||||
{ShopList.map((shopItem, key) => {
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user