Skip to content

Instantly share code, notes, and snippets.

@CatherineThompson
Last active August 21, 2019 03:16
Show Gist options
  • Select an option

  • Save CatherineThompson/ba0c9cd9d5e0a1abf98f1da524372024 to your computer and use it in GitHub Desktop.

Select an option

Save CatherineThompson/ba0c9cd9d5e0a1abf98f1da524372024 to your computer and use it in GitHub Desktop.
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