diff --git a/client/src/components/pages/SellHistory.js b/client/src/components/pages/SellHistory.js index a345696..ff22f36 100644 --- a/client/src/components/pages/SellHistory.js +++ b/client/src/components/pages/SellHistory.js @@ -1,22 +1,40 @@ -import React from "react" -import ItemsList from "../layouts/soldItemList" +import React, {useState} from "react" +import {items} from "../layouts/boughtItemList" +import {Item1} from "../layouts/boughtItemList" +import {Item2} from "../layouts/boughtItemList" +import Buttons from "../layouts/boughtItemList"; +import Button from "react-bootstrap/esm/Button"; -export default function SellHistory() { - return( -