Created
March 21, 2019 20:18
-
-
Save mattshardman/65ed6d8e7178fa3e60103064f0853d4f to your computer and use it in GitHub Desktop.
This file contains 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
import React from 'react'; | |
const Mac = () => { | |
return ( | |
<div className="mac-wrapper"> | |
<div className="screen"> | |
</div> | |
</div> | |
); | |
} | |
export default Mac; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment