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