Skip to content

Instantly share code, notes, and snippets.

@mattshardman
Created March 21, 2019 20:18
Show Gist options
  • Save mattshardman/65ed6d8e7178fa3e60103064f0853d4f to your computer and use it in GitHub Desktop.
Save mattshardman/65ed6d8e7178fa3e60103064f0853d4f to your computer and use it in GitHub Desktop.
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