Skip to content

Instantly share code, notes, and snippets.

@mkczarkowski
Created November 5, 2018 19:34
Show Gist options
  • Select an option

  • Save mkczarkowski/13171ac83d874154c55847adee5e1ad2 to your computer and use it in GitHub Desktop.

Select an option

Save mkczarkowski/13171ac83d874154c55847adee5e1ad2 to your computer and use it in GitHub Desktop.
import React from "react";
const Coin = () => {
return (
<div></div>
);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment