// © XlXi 2021 // Graphictoria 5 import { Component, createRef } from 'react'; import axios from 'axios'; import Twemoji from 'react-twemoji'; import { buildGenericApiUrl } from '../util/HTTP.js'; import Loader from './Loader'; axios.defaults.withCredentials = true; const shopCategories = [ ['Clothing'] = [ { label: 'Hats', assetTypeId: 0 } ] ]; class Shop extends Component { constructor(props) { super(props); this.state = { }; } render() { return (