import React, { Component } from "react"; class ClassComponent extends Component { render() { return <h1>Hello, world</h1>; } }