Skip to content

Instantly share code, notes, and snippets.

@DZuz14
Created February 9, 2021 18:48
Show Gist options
  • Save DZuz14/043140601464b06b071fe1e56643fb86 to your computer and use it in GitHub Desktop.
Save DZuz14/043140601464b06b071fe1e56643fb86 to your computer and use it in GitHub Desktop.
const TeamRank = styled.span``;
const StatValue = styled.span``;
const StatName = styled.span``;
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