import { Enhance } from "./Enhance"; class MyComponent { render() { if (!this.time) return
Waiting...
; return
{this.time}
; } } export default Enhance(MyComponent); // Enhanced component