Website Link

 avatar
unknown
javascript
5 years ago
284 B
15
Indexable
// Import Stuff

function Websites() {
    const [website] = useState([
        {
            website: "CodePen",
            codepen: "https://codepen.io",
        },

        {
            website: "GitHub",
            github: "https://github.com",
        }
    ])
}
Editor is loading...