Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 99 Bytes

File metadata and controls

5 lines (5 loc) · 99 Bytes
function Hello() {
  return <h1>Hello</h1>;
}