import {UpdateForm} from "./index";
import {gql, urlUpload, actionPromise, actionGoodCard, getGoods,
actionUserFindOne, updateAction} from "../reducers";
import {createStore, combineReducers, applyMiddleware, bindActionCreators} from 'redux';
import { connect } from "react-redux";
import { useEffect, useState, useRef } from "react";
const YourProfile = ({data, getData}) => {
useEffect(() => getData('ML'), [])
const date = new Date(+data.createdAt);
console.log(data)
return (
<>
Привіт, {data.nick || "людино"}!
Сторінку створено {`${date.getDate()}. ${date.getMonth() + 1}. ${date.getFullYear()} о ${date.getHours()}: ${date.getMinutes()}: ${date.getSeconds()} `}
Пс.. не подобається аватар, логін чи нікнейм? То зміни їх
ТИЦ