import React, { useState, useEffect } from "react"; import axios from "axios"; const DetailsPage = props => { const [user, setData] = useSta