Last active
April 22, 2024 13:58
-
-
Save gwmccubbin/1e819c5a10e85fba5b80cb2a48de8b4b to your computer and use it in GitHub Desktop.
Markets.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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