const ApiResponse = ({ response, error, loading }) => { if (loading) { return (
Loading...
{JSON.stringify(error, null, 2)}
{JSON.stringify(response, null, 2)}