parent
e650083333
commit
c660cd8758
@ -0,0 +1,17 @@ |
|||||||
|
import styled from "styled-components" |
||||||
|
// import Link from "next/link"
|
||||||
|
import React, {useState} from "react" |
||||||
|
|
||||||
|
const RepoCardCont = styled.div` |
||||||
|
display: flex; |
||||||
|
` |
||||||
|
|
||||||
|
const RepoCard = () => { |
||||||
|
return ( |
||||||
|
<RepoCardCont> |
||||||
|
|
||||||
|
</RepoCardCont> |
||||||
|
) |
||||||
|
} |
||||||
|
|
||||||
|
export default RepoCard |
Loading…
Reference in new issue