// import * as PropTypes from "prop-types"; import * as React from "react"; class CDepth2 extends React.Component { render() { return
; } } // C.propTypes = { // text: PropTypes.string.isRequired // }; export default CDepth2;