superlint/test/linters/jsx/jsx_good_1.jsx

5 lines
89 B
React
Raw Normal View History

import React from 'react';
const element = <h1>Hello, world!</h1>;
console.log(element)