react-code-dataset
/
next.js
/test
/development
/next-lint-eslint-formatter-compact
/pages
/index.js
| export default class Home { | |
| render() { | |
| return ( | |
| <div> | |
| <h1>Hello title</h1> | |
| <script src="test"></script> | |
| </div> | |
| ) | |
| } | |
| } | |