Skip to content

Instantly share code, notes, and snippets.

@ajcrites
Created January 8, 2019 14:55
Show Gist options
  • Select an option

  • Save ajcrites/107f6674ffe35f5079487301d7276689 to your computer and use it in GitHub Desktop.

Select an option

Save ajcrites/107f6674ffe35f5079487301d7276689 to your computer and use it in GitHub Desktop.
export const TimesTable = () => {
const { timesTable, pointCount, lineColor } = useContext(TimesTableContext);
const props = { timesTable, pointCount, lineColor };
...
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment