const[ userDetail , setUserDetail ] = useState([]) useEffect( () => { getUsersData() }, []) const getUsersData = async() =>{ const userResp