import React from "react"; import { Link } from "react-router-dom"; import authProfilePic from "../../../assets/images/auth-profile-picture.png"; import profileBanner from "../../../assets/images/profile-cover.png"; import Layout from "../../Partials/Layout"; import ActivitiesTab from "./ActivitiesTab"; // import collections from "../../../data/collectionplan_data.json"; // import marketPlace from "../../../data/marketplace_data.json"; // import products from "../../../data/product_data.json"; // import CollectionTab from "./CollectionTab"; // import CreatedTab from "./CreatedTab"; // import HiddenProductsTab from "./HiddenProductsTab"; // import OnSaleTab from "./OnSaleTab"; // import OwnTab from "./OwnTab"; export default function AuthProfile() { // const onSaleProducts = marketPlace.data; // const CreatedSell = marketPlace.data; // const CreatedBits = products.datas; // const mainProducts = products.datas; // const ownProducts = products.datas; // const collectionProducts = collections.data; // const tabs = [ // { // id: 1, // name: "onsale", // content: "On Sale", // }, // { // id: 2, // name: "owned", // content: "Owned", // }, // { // id: 3, // name: "created", // content: "Created", // }, // { // id: 4, // name: "hidden", // content: "Hidden", // }, // { // id: 5, // name: "collection", // content: "Collection", // }, // { // id: 6, // name: "activity", // content: "Activity", // }, // ]; // const [tab, setTab] = useState(tabs[0].name); // const tabHandler = (value) => { // setTab(value); // }; return ( <>
banner
{/* profile picture */}

Rafiqul Islam Suvo

Autoglyphs are fitting the first “on-chain” to the find generative art on the Ethereum blockchain Read More

49 Followers

35 Following

914 Favorites

Edit Profile
); }