Skip to content

Instantly share code, notes, and snippets.

@DZuz14
Created February 9, 2021 18:24
Show Gist options
  • Save DZuz14/741809695c4d51c91bde85373cf73446 to your computer and use it in GitHub Desktop.
Save DZuz14/741809695c4d51c91bde85373cf73446 to your computer and use it in GitHub Desktop.
const StatRow = ({ stat }) => {
const { away, home } = stat;
return <div></div>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment