This file contains 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
Verifying my Blockstack ID is secured with the address 1LaaV8ciUVFhfKK4H3RBt37AfRQX3wKR5J https://explorer.blockstack.org/address/1LaaV8ciUVFhfKK4H3RBt37AfRQX3wKR5J |
This file contains 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, { Component } from 'react'; | |
import Fruits from './Fruits.js'; | |
export default class FruitSearch extends Component { | |
constructor() { | |
super(); | |
this.state = { | |
fruits: [ | |
"Apple", |