mirror of
https://github.com/super-linter/super-linter.git
synced 2025-03-12 14:49:47 -04:00
5 lines
90 B
React
5 lines
90 B
React
|
import React from "react";
|
||
|
|
||
|
const element = <h1>Hello, world!</h1>;
|
||
|
console.log(element);
|