Open Controls
1
2
3
4
5
import React from "react"; function HelloWorld() { return
Hello, World!
; }
import React from "react"; function HelloWorld() { return <h1>Hello, World!</h1>; }
Visionary Capture