mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-13 20:39:33 -05:00
5 lines
90 B
React
5 lines
90 B
React
|
import React from "react";
|
||
|
|
||
|
const element = <h1>Hello, world!</h1>;
|
||
|
console.log(element);
|