import React, { useState, useEffect } from "react"; import "./card.css"; function Card({ name, image, network }) { return (
Network : {network}