View index.jsx
import SampleComponent from './sample-component'; | |
export default class App extends React.Component { | |
constructor(props) { | |
super(props); | |
this.editClickHandler = this.editClickHandler.bind(this); | |
} | |