Skip to content

Instantly share code, notes, and snippets.

@gwmccubbin
Last active April 22, 2024 13:58
Show Gist options
  • Select an option

  • Save gwmccubbin/1e819c5a10e85fba5b80cb2a48de8b4b to your computer and use it in GitHub Desktop.

Select an option

Save gwmccubbin/1e819c5a10e85fba5b80cb2a48de8b4b to your computer and use it in GitHub Desktop.
Markets.js
const Markets = () => {
return(
<div className='component exchange__markets'>
<div className='component__header'>
</div>
<hr />
</div>
)
}
export default Markets;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment