Last active
August 21, 2019 03:16
-
-
Save CatherineThompson/ba0c9cd9d5e0a1abf98f1da524372024 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
| import React from 'react' | |
| const fruitList = ['pineapple', 'strawberry', 'banana', 'peach'] | |
| const vegetableList = ['peas', 'carrots', 'broccoli'] | |
| class App extends React.Component { | |
| render() { | |
| return ( | |
| <div> | |
| </div> | |
| ) | |
| } | |
| } | |
| export default App |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment