Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

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