Created
January 8, 2019 14:55
-
-
Save ajcrites/107f6674ffe35f5079487301d7276689 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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