MCPcopy Create free account
hub / github.com/codemistic/Web-Development /

Class

React Threejs Example App/src/components/CubeScene.js:5–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import "./CubeScene.css";
4
5class CubeScene extends Component {
6 constructor(props) {
7 super(props);
8 this.firstSideLength = props.sideLength;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected