Basic Pane

suggest change
import React from 'react';

class Pane extends React.Component {
    constructor(props) {
        super(props);
    }

    render() {
        return React.createElement(
            'section', this.props
        );
    }
}

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents