// TODO // import React, { Component } from 'react' // export default class Index extends Component { // static getInitialProps() { // return { color: 'aquamarine' } // } // render() { // return ( //
// {[1, 2].map(idx => ( //
// {[3, 4].map(idx2 => ( //
{this.props.color}
// ))} //
// ))} // {[1, 2].map(idx => ( //
//
// {this.props.color} //
// //
//
{this.props.color} hello there
//
//
//
//
//
// ))} // //
// ) // } // }