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