import styled from "styled-components" // import Link from "next/link" import React, {useState} from "react" const RepoCardCont = styled.div` display: flex; ` const RepoCard = () => { return ( ) } export default RepoCard