SYMBOL INDEX (11 symbols across 2 files) FILE: pages/_app.js class MyApp (line 8) | class MyApp extends App { method getInitialProps (line 9) | static async getInitialProps ({ Component, ctx }) { method render (line 18) | render () { FILE: pages/index.js class IndexPage (line 9) | class IndexPage extends Component { method getInitialProps (line 10) | static async getInitialProps ({ store, isServer, pathname, query }) { method constructor (line 16) | constructor (props) { method handleChangeInputText (line 21) | handleChangeInputText (event) { method handleAdd (line 25) | handleAdd (event) { method handleUpdate (line 35) | handleUpdate (kitten, index, kittenId, event) { method handleDelete (line 45) | handleDelete (index, kittenId, event) { method render (line 52) | render () {