mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-14 12:55:07 -05:00
5 lines
89 B
React
5 lines
89 B
React
|
import React from 'react';
|
||
|
|
||
|
const element = <h1>Hello, world!</h1>;
|
||
|
console.log(element)
|