UNPKG

pebblebed

Version:

Simplified interactions with Google Datastore for NodeJS

13 lines (11 loc) 231 B
import { Component } from "react"; export default class DocsParent extends Component { render() { return ( <div> <h1>Docs Page</h1> <div>{this.props.children}</div> </div> ) } }