Skip to content

Instantly share code, notes, and snippets.

View elizabethgulsby's full-sized avatar

Elizabeth Fender elizabethgulsby

  • Atlanta, GA
View GitHub Profile
@elizabethgulsby
elizabethgulsby / rfc.jsx
Created September 29, 2021 14:50
Test Gist 2
import React from 'react'
export default function functionalComponent() {
return <div>"I'm a functional component!"</div>
}
@elizabethgulsby
elizabethgulsby / hello.html
Created September 29, 2021 14:45
Test Gist
<div>Hi there!</div>